1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-22 17:31:47 +02:00
Radarr/NzbDrone.Web/Content/Overrides.css

35 lines
389 B
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: #065EFE;
2011-07-28 00:59:48 +02:00
}
2011-11-26 08:53:16 +01:00
2011-12-04 00:22:49 +01:00
.ui-menu-item .ui-corner-all
{
color: #065EFE;
}
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
{
opacity: 0.4;
2011-12-04 00:22:49 +01:00
}