@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
38 lines (35 loc) • 680 B
CSS
/* Normal State */
.iui-groupbox-header
{
background-color: #ebf2f7;
border: solid thin #a5c7fe;
color: #484848;
}
/* Hover State */
.iui-groupbox-header-hovered
{
animation-name: none;
background-color: #dde4e9;
border-color: #dde4e9;
}
/* Selected State */
.iui-groupbox-header-selected
{
animation-name: none;
background-color: #2e7fc2;
border-color: #2e7fc2;
color: #efefef;
}
.iui-groupbox-content
{
background-color: #ffffff;
border: solid thin #a5c7fe;
}
.iui-groupbox-header-selected .iui-groupbox-header-expand-box
{
background: #ffffff ;
}
.iui-groupbox-header-animate-select
{
background: #dde4e9;
}