sonarr: fixed search colors
This commit is contained in:
parent
9517e4b11f
commit
4a15b23465
@ -676,15 +676,19 @@ pre {
|
|||||||
|
|
||||||
/* SEARCH DROPDOWN HEADER */
|
/* SEARCH DROPDOWN HEADER */
|
||||||
.SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR {
|
.SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR {
|
||||||
border: 1px solid #000000 !important;
|
border: none;
|
||||||
background-color: #1f1f1f !important;
|
background: var(--modal-bg-color);
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
.SeriesSearchInput-highlighted-15xAK {
|
.SeriesSearchInput-highlighted-15xAK {
|
||||||
background-color: hsla(0,0%,100%,.08);
|
background-color: hsla(0,0%,100%,.08);
|
||||||
}
|
}
|
||||||
.PageHeader-donate-ZT-3N {
|
.PageHeader-donate-ZT-3N {
|
||||||
color: #c4273c !important;
|
color: #c4273c !important;
|
||||||
}
|
}
|
||||||
|
.SeriesSearchInput-seriesContainer-2yDTR::-webkit-scrollbar-thumb {
|
||||||
|
background-color: rgba(255, 255, 255, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
/* SIDE MENU */
|
/* SIDE MENU */
|
||||||
.PageSidebar-sidebar-2UXc0 {
|
.PageSidebar-sidebar-2UXc0 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user