mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 20:42:37 +01:00
19 lines
223 B
CSS
19 lines
223 B
CSS
/*YUI dropdown*/
|
|
.yui3-aclist
|
|
{
|
|
z-index: 100 !important;
|
|
width: auto !important;
|
|
}
|
|
|
|
.yui3-aclist-item-active
|
|
{
|
|
background: #065EFE !important;
|
|
}
|
|
|
|
|
|
/*jQuery UI*/
|
|
.ui-widget-header
|
|
{
|
|
font-weight: normal;
|
|
}
|