@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
22 lines (21 loc) • 366 B
CSS
.iui-splitcontainer-splitter
{
background-color: #646464;
border: thin solid #363636;
}
.iui-splitcontainer-tab
{
background-color: #363636;
border: solid thin #121212;
color: white;
}
.iui-splitcontainer-tab-selected
{
background: #363636;
}
.iui-splitcontainer-panel
{
background: #363636;
border: thin solid #121212;
color: white;
}