mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
63 lines
2.2 KiB
CSS
63 lines
2.2 KiB
CSS
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button{
|
|
font-family:clear-sans;font-size:1.1rem;font-weight:bold;letter-spacing:2px;text-transform:uppercase;margin:10px 12px 10px 0;padding:9px 18px;text-decoration:none;white-space:nowrap;cursor:pointer;outline:none;border-radius:4px;border:0;color:#ff8c2f;background:-webkit-gradient(linear,left top,right top,from(#e22828),to(#ff8c2f)) 0 0 no-repeat,-webkit-gradient(linear,left top,right top,from(#e22828),to(#ff8c2f)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#e22828),to(#e22828)) 0 100% no-repeat,-webkit-gradient(linear,left bottom,left top,from(#ff8c2f),to(#ff8c2f)) 100% 100% no-repeat;background:linear-gradient(90deg,#e22828 0,#ff8c2f) 0 0 no-repeat,linear-gradient(90deg,#e22828 0,#ff8c2f) 0 100% no-repeat,linear-gradient(0deg,#e22828 0,#e22828) 0 100% no-repeat,linear-gradient(0deg,#ff8c2f 0,#ff8c2f) 100% 100% no-repeat;background-size:100% 2px,100% 2px,2px 100%,2px 100%
|
|
}
|
|
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover{
|
|
color:#f2f2f2;background:-webkit-gradient(linear,left top,right top,from(#e22828),to(#ff8c2f));background:linear-gradient(90deg,#e22828 0,#ff8c2f)
|
|
}
|
|
.ui-dropdownchecklist .ui-state-default{
|
|
background:#1c1c1c;
|
|
border:none;
|
|
box-shadow:none;
|
|
outline:none;
|
|
cursor:pointer;
|
|
height:2.2rem;
|
|
line-height:2.2rem;
|
|
}
|
|
.ui-dropdownchecklist-group{
|
|
font-weight:normal;
|
|
font-style:italic;
|
|
padding:1px 9px 1px 8px;
|
|
}
|
|
.ui-dropdownchecklist-selector{
|
|
border:1px solid #e5e5e5;
|
|
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:#2b2b2b;
|
|
color:#f2f2f2;
|
|
font-weight:bold;
|
|
}
|
|
.ui-widget-content{
|
|
border:1px solid #e5e5e5;
|
|
background:#1c1c1c;
|
|
color:#f2f2f2;
|
|
|
|
.ui-state-active{
|
|
background:#262626;
|
|
}
|
|
.ui-dropdownchecklist-dropcontainer{
|
|
background:#1c1c1c;
|
|
border:1px solid #e5e5e5;
|
|
}
|
|
.ui-state-disabled{
|
|
color:#f2f2f2;border-color:#6c6c6c;background:#262626;opacity:0.5;
|
|
}
|
|
.ui-dropdownchecklist-indent{
|
|
padding-left:7px;
|
|
}
|
|
.ui-dropdownchecklist-text{
|
|
color:#f2f2f2;
|
|
font-size:1.3rem;
|
|
}
|
|
.ui-dropdownchecklist .ui-widget-content .ui-state-default{
|
|
background:#1c1c1c;
|
|
border:0px;
|
|
}
|