Lidarr/NzbDrone.Web/Content/Overrides.css

40 lines
429 B
CSS
Raw Normal View History

2011-12-03 23:22:49 +00:00
/*jQuery UI*/
.ui-widget-header
2011-07-01 07:23:07 +00:00
{
2011-12-03 23:22:49 +00:00
font-weight: normal;
2011-07-01 07:23:07 +00:00
}
2011-12-03 23:22:49 +00:00
.t-combobox .t-input
2011-07-01 07:23:07 +00:00
{
2011-12-03 23:22:49 +00:00
line-height: 25px;
2011-07-06 05:38:34 +00:00
}
2011-12-03 23:22:49 +00:00
.ui-autocomplete
2011-07-06 05:38:34 +00:00
{
2011-12-03 23:22:49 +00:00
border-color: #333333;
background: #333333;
2011-07-06 05:38:34 +00:00
}
2011-07-27 22:59:48 +00:00
2011-12-03 23:22:49 +00:00
.ui-autocomplete .ui-state-hover
2011-07-27 22:59:48 +00:00
{
2011-12-03 23:22:49 +00:00
background: #333333;
border-color: #065EFE;
2011-07-27 22:59:48 +00:00
}
2011-11-26 07:53:16 +00:00
2011-12-03 23:22:49 +00:00
.ui-menu-item .ui-corner-all
{
color: #065EFE;
}
2011-11-26 07:53:16 +00:00
.jquery-tabs
{
margin-top: 10px;
}
2011-11-26 07:53:16 +00:00
/*MiniProfiler*/
2011-12-03 23:22:49 +00:00
.profiler-button
2011-11-26 07:53:16 +00:00
{
opacity: 0.4;
2011-12-03 23:22:49 +00:00
}