mirror of
https://github.com/unraid/webgui.git
synced 2026-01-23 09:59:59 -06:00
57 lines
1.1 KiB
CSS
57 lines
1.1 KiB
CSS
.ui-dropdownchecklist .ui-state-default{
|
|
background:#f2f2f2;
|
|
border:none;
|
|
box-shadow:none;
|
|
outline:none;
|
|
cursor:pointer;
|
|
height:22px;
|
|
line-height:22px;
|
|
}
|
|
.ui-dropdownchecklist-group{
|
|
font-weight:normal;
|
|
font-style:italic;
|
|
padding:1px 9px 1px 8px;
|
|
}
|
|
.ui-dropdownchecklist-selector{
|
|
border:1px solid #1c1c1c;
|
|
display:inline-block;
|
|
cursor:pointer;
|
|
padding:1px 9px 1px 8px;
|
|
}
|
|
.ui-dropdownchecklist-selector-wrapper{
|
|
vertical-align:middle;
|
|
font-size:0;
|
|
}
|
|
.ui-widget-header{
|
|
border:none;
|
|
background:#e3e3e3;
|
|
color:#1c1c1c;
|
|
font-weight:bold;
|
|
}
|
|
.ui-widget-content{
|
|
border:1px solid #1c1c1c;
|
|
background:#f2f2f2;
|
|
color:#1c1c1c;
|
|
|
|
.ui-state-active{
|
|
background:#e8e8e8;
|
|
}
|
|
.ui-dropdownchecklist-dropcontainer{
|
|
background:#f2f2f2;
|
|
border:1px solid #1c1c1c;
|
|
}
|
|
.ui-state-disabled{
|
|
color:#1c1c1c;border-color:#a2a2a2;background:#e8e8e8;opacity:0.5;
|
|
}
|
|
.ui-dropdownchecklist-indent{
|
|
padding-left:7px;
|
|
}
|
|
.ui-dropdownchecklist-text{
|
|
color:#1c1c1c;
|
|
font-size:14px;
|
|
}
|
|
.ui-dropdownchecklist .ui-widget-content .ui-state-default{
|
|
background:#f2f2f2;
|
|
border:0px;
|
|
}
|