@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
22 lines (21 loc) • 403 B
CSS
.iui-listbar
{
background-color: #363636;
border-color: #121212;
color: #c5c5c5;
}
.iui-listbar-button-up
{
background: #808080;
border: thin solid #606060;
}
.iui-listbar-button-down
{
background: #808080;
border: thin solid #606060;
}
.iui-listbar-button-up:hover, .iui-listbar-button-down:hover
{
background: #969696;
border-color: #606060;
}