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
2011-12-03 15:22:49 -08:00

35 lines
389 B
CSS

/*jQuery UI*/
.ui-widget-header
{
font-weight: normal;
}
.t-combobox .t-input
{
line-height: 25px;
}
.ui-autocomplete
{
border-color: #333333;
background: #333333;
}
.ui-autocomplete .ui-state-hover
{
background: #333333;
border-color: #065EFE;
}
.ui-menu-item .ui-corner-all
{
color: #065EFE;
}
/*MiniProfiler*/
.profiler-button
{
opacity: 0.4;
}