1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/NzbDrone.Web/Content/Overrides.css

60 lines
871 B
CSS
Raw Normal View History

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