mirror of https://github.com/lidarr/Lidarr
56 lines
816 B
CSS
56 lines
816 B
CSS
/*jQuery UI*/
|
|
.ui-widget-header
|
|
{
|
|
font-weight: normal;
|
|
}
|
|
|
|
.t-combobox .t-input
|
|
{
|
|
line-height: 25px;
|
|
}
|
|
|
|
.ui-autocomplete
|
|
{
|
|
border-color: #333333;
|
|
background: #333333;
|
|
}
|
|
|
|
.ui-autocomplete .ui-state-hover
|
|
{
|
|
background: #333333;
|
|
border-color: #065EFE;
|
|
}
|
|
|
|
.ui-menu-item .ui-corner-all
|
|
{
|
|
color: #065EFE;
|
|
}
|
|
|
|
.ui-progressbar-value
|
|
{
|
|
background: #065EFE url(./jQueryUI/images/ui-bg_flat_30_065efe_40x100.png) 50% 50% repeat-x;
|
|
}
|
|
|
|
.ui-dialog .ui-dialog-titlebar, .ui-dialog-title
|
|
{
|
|
color: #3C3C3C;
|
|
font-size: 30px;
|
|
font-family: "Open Sans" , "Segoe UI Light" , "Segoe UI" , sans-serif;
|
|
font-weight: 300;
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.jquery-tabs
|
|
{
|
|
margin-top: 10px;
|
|
}
|
|
|
|
/*MiniProfiler*/
|
|
|
|
.profiler-button
|
|
{
|
|
opacity: 0.4;
|
|
}
|