@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: #e2e2e2;
border: thin solid #e2e2e2;
}
.iui-listscroller-leftright-buttons:hover
{
background: #91c1e7;
border: thin solid #91c1e7;
}
/* DisplayMode - UpDown */
.iui-listscroller-updown-buttons
{
background: #e2e2e2;
border: thin solid #e2e2e2;
}
.iui-listscroller-updown-buttons:hover
{
background: #91c1e7;
border: thin solid #91c1e7;
}