1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-09 04:32:36 +01:00

sonarr: fixed search colors

This commit is contained in:
gilbN 2019-07-05 18:26:25 +02:00
parent 9517e4b11f
commit 4a15b23465

View File

@ -676,15 +676,19 @@ pre {
/* SEARCH DROPDOWN HEADER */
.SeriesSearchInput-containerOpen-3F8xe, .SeriesSearchInput-seriesContainer-2yDTR {
border: 1px solid #000000 !important;
background-color: #1f1f1f !important;
border: none;
background: var(--modal-bg-color);
color: #fff;
}
.SeriesSearchInput-highlighted-15xAK {
background-color: hsla(0,0%,100%,.08);
}
.PageHeader-donate-ZT-3N {
color: #c4273c !important;
}
}
.SeriesSearchInput-seriesContainer-2yDTR::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.25);
}
/* SIDE MENU */
.PageSidebar-sidebar-2UXc0 {