@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
27 lines (22 loc) • 457 B
CSS
/* DisplayMode - LeftRight */
.iui-listscroller-leftright-buttons
{
background: #00bf00;
border: solid thin #4ba346;
}
.iui-listscroller-leftright-buttons:hover
{
background: #00d100;
border: thin solid #4ba346;
}
/* DisplayMode - UpDown */
.iui-listscroller-updown-buttons
{
background: #00bf00;
border: solid thin #4ba346;
}
.iui-listscroller-updown-buttons:hover
{
background: #00d100;
border: thin solid #4ba346;
}