This commit is contained in:
gilbN 2019-06-02 16:31:12 +02:00
commit 6e28a8c77c
2 changed files with 7 additions and 3 deletions

View File

@ -1262,7 +1262,9 @@ pre {
border: 0 solid transparent;
background: transparent !important;
}
#ui.top.attached.tabular.menu {
background: rgb(0, 0, 0, .25) !important;
}
/* SEARCH BAR */
.prompt {
background-color: rgba(0, 0, 0, .25) !important;
@ -1304,6 +1306,9 @@ border-color: rgba(0, 0, 0, .25);
box-shadow: none;
color: #FFF !important;
}
.ui.input {
color: #ffffff;
}
.ui.table thead th {
color: #ffffff;
}

View File

@ -112,8 +112,7 @@ Custom [Sonarr V2 and V3](https://github.com/Sonarr/Sonarr)/[Radarr](https://git
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/orgarr/sonarrv3.png)
## NOTE: Sonarr v3 and Lidarr have recently updated all their css selectors and I havent't had time to fix this yet, so the theme will be broken on those apps.
Thank you iFelix18 for doing all the hard work! :)