1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-09 12:32:31 +01:00
Radarr/NzbDrone.Web/Content/Overrides.css

70 lines
1.1 KiB
CSS
Raw Normal View History

2011-12-04 00:22:49 +01:00
/*jQuery UI*/
.ui-widget-header
2011-07-01 09:23:07 +02:00
{
2011-12-04 00:22:49 +01:00
font-weight: normal;
2011-07-01 09:23:07 +02:00
}
2011-12-04 00:22:49 +01:00
.t-combobox .t-input
2011-07-01 09:23:07 +02:00
{
2011-12-04 00:22:49 +01:00
line-height: 25px;
2011-07-06 07:38:34 +02:00
}
2011-12-04 00:22:49 +01:00
.ui-autocomplete
2011-07-06 07:38:34 +02:00
{
2011-12-04 00:22:49 +01:00
border-color: #333333;
background: #333333;
2011-07-06 07:38:34 +02:00
}
2011-07-28 00:59:48 +02:00
2011-12-04 00:22:49 +01:00
.ui-autocomplete .ui-state-hover
2011-07-28 00:59:48 +02:00
{
2011-12-04 00:22:49 +01:00
background: #333333;
border-color: lightgrey;
2011-07-28 00:59:48 +02:00
}
2011-11-26 08:53:16 +01:00
.ui-progressbar-value
{
background: #065EFE url(./jQueryUI/images/ui-bg_flat_30_065efe_40x100.png) 50% 50% repeat-x;
}
2012-02-07 07:37:03 +01: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 20:41:48 +01:00
background: none;
}
2011-11-26 08:53:16 +01:00
/*MiniProfiler*/
2011-12-04 00:22:49 +01:00
.profiler-button
2011-11-26 08:53:16 +01:00
{
2012-02-25 20:41:48 +01:00
opacity: 0.6;
2011-12-04 00:22:49 +01:00
}