1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-12 23:27:26 +00:00
Radarr/NzbDrone.Web/Content/Overrides.css

70 lines
1.1 KiB
CSS
Raw Normal View History

2011-12-03 15:22:49 -08:00
/*jQuery UI*/
.ui-widget-header
2011-07-01 00:23:07 -07:00
{
2011-12-03 15:22:49 -08:00
font-weight: normal;
2011-07-01 00:23:07 -07:00
}
2011-12-03 15:22:49 -08:00
.t-combobox .t-input
2011-07-01 00:23:07 -07:00
{
2011-12-03 15:22:49 -08:00
line-height: 25px;
2011-07-05 22:38:34 -07:00
}
2011-12-03 15:22:49 -08:00
.ui-autocomplete
2011-07-05 22:38:34 -07:00
{
2011-12-03 15:22:49 -08:00
border-color: #333333;
background: #333333;
2011-07-05 22:38:34 -07:00
}
2011-07-27 15:59:48 -07:00
2011-12-03 15:22:49 -08:00
.ui-autocomplete .ui-state-hover
2011-07-27 15:59:48 -07:00
{
2011-12-03 15:22:49 -08:00
background: #333333;
border-color: lightgrey;
2011-07-27 15:59:48 -07:00
}
2011-11-25 23:53:16 -08:00
.ui-progressbar-value
{
background: #065EFE url(./jQueryUI/images/ui-bg_flat_30_065efe_40x100.png) 50% 50% repeat-x;
}
2012-02-06 22:37:03 -08:00
.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;
}
.ui-autocomplete-loading
{
background: white url('/Content/Images/ajax-loader.gif') 99% center no-repeat;
background-size: 18px 18px;
}
.ui-menu-item .ui-corner-all
{
font-size: 110%;
font-family: "Segoe UI" , "Open Sans" , "Segoe UI" , sans-serif;
color: lightgrey;
}
.jquery-tabs
{
margin-top: 10px;
}
.ui-button .ui-state-default
{
2012-02-25 11:41:48 -08:00
background: none;
}
2011-11-25 23:53:16 -08:00
/*MiniProfiler*/
2011-12-03 15:22:49 -08:00
.profiler-button
2011-11-25 23:53:16 -08:00
{
2012-02-25 11:41:48 -08:00
opacity: 0.6;
2011-12-03 15:22:49 -08:00
}