1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-20 00:11:46 +02:00
Radarr/NzbDrone.Web/Content/Overrides.css
kay.one 5e386a2bc7 Added jquery tab, accordion to autobind.
made add series page more awsome.
2011-12-07 21:30:47 -08:00

40 lines
429 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;
}
.jquery-tabs
{
margin-top: 10px;
}
/*MiniProfiler*/
.profiler-button
{
opacity: 0.4;
}