mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 21:45:05 +00:00
18 lines
223 B
CSS
18 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;
|
|
}
|