@lidorsystems/integralui-web
Version:
IntegralUI Web - Advanced UI Components for Angular
36 lines (33 loc) • 635 B
CSS
/* Normal State */
.iui-groupbox-header
{
background-color: #00bf00;
border: solid thin #4ba346;
}
/* Hover State */
.iui-groupbox-header-hovered
{
animation-name: none;
background-color: #00d100;
}
/* Selected State */
.iui-groupbox-header-selected
{
animation-name: none;
background-color: #008500;
border-color: #006400;
color: white;
}
.iui-groupbox-content
{
background-color: #eaffea;
border: solid thin #4ba346;
}
.iui-groupbox-header-selected .iui-groupbox-header-expand-box
{
background: #ffffff ;
}
.iui-groupbox-header-animate-select
{
background: #00d100;
}