bazarr dropdown hover

This commit is contained in:
Marius 2020-09-19 11:35:13 +02:00
parent 59554e21f4
commit b624d1a619

View File

@ -703,7 +703,9 @@ a.dt-button.disabled:hover {
text-decoration: none; text-decoration: none;
background-color: rgb(255 255 255 / 0.25); background-color: rgb(255 255 255 / 0.25);
} }
.dropdown-item:focus, .dropdown-item:hover {
background-color: rgb(255 255 255 / 7%);
}
.dropdown-menu>li>a:hover { .dropdown-menu>li>a:hover {
color: white !important; color: white !important;
background-color: rgb(255 255 255 / 35%); background-color: rgb(255 255 255 / 35%);