Browse Source

Merge branch 'master' of https://github.com/gilbN/theme.park

pull/11/head
gilbN 5 years ago
parent
commit
6e28a8c77c
  1. 7
      CSS/themes/orgarr-plex.css
  2. 3
      README.md

7
CSS/themes/orgarr-plex.css

@ -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;
}

3
README.md

@ -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! :)

Loading…
Cancel
Save