bazarr search dropdown fix
This commit is contained in:
parent
166d47e9b0
commit
0b2abcd84a
@ -1071,7 +1071,17 @@ table.dataTable tr.dtrg-group td {
|
|||||||
.buttons_bars {
|
.buttons_bars {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
.nav-item .typeahead__dropdown, .typeahead__list {
|
||||||
|
background-color: var(--modal-bg-color);
|
||||||
|
border: 1px solid transparent;
|
||||||
|
box-shadow: 0 0 10px 1px #000;
|
||||||
|
}
|
||||||
|
.nav-item .typeahead__list>li {
|
||||||
|
border-top: solid 1px rgba(255, 255, 255, .25);
|
||||||
|
}
|
||||||
|
.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover, .typeahead__list .typeahead__item:not([disabled]).active>a, .typeahead__list .typeahead__item:not([disabled])>a:focus, .typeahead__list .typeahead__item:not([disabled])>a:hover {
|
||||||
|
background-color: rgb(255 255 255 / .07);
|
||||||
|
}
|
||||||
|
|
||||||
/* Sidebar */
|
/* Sidebar */
|
||||||
.left-sidebar {
|
.left-sidebar {
|
||||||
@ -1165,6 +1175,7 @@ table.dataTable tr.dtrg-group td {
|
|||||||
.card-no-border .card {
|
.card-no-border .card {
|
||||||
background: var(--modal-bg-color);
|
background: var(--modal-bg-color);
|
||||||
border: solid 1px transparent;
|
border: solid 1px transparent;
|
||||||
|
box-shadow: 0 0 10px 1px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#seriesDetails .badge-secondary {
|
#seriesDetails .badge-secondary {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user