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

31 lines
330 B
CSS
Raw Normal View History

2011-07-01 09:23:07 +02:00
/*YUI dropdown*/
.yui3-aclist
{
z-index: 100 !important;
width: auto !important;
}
.yui3-aclist-item-active
{
background: #065EFE !important;
2011-07-06 07:38:34 +02:00
}
/*jQuery UI*/
.ui-widget-header
{
font-weight: normal;
}
2011-07-28 00:59:48 +02:00
.t-combobox .t-input
{
line-height: 25px;
}
2011-11-26 08:53:16 +01:00
/*MiniProfiler*/
.profiler-button
{
opacity: 0.4;
}