From 6aee7dfca2d06f3ea401be045a1ecf4f4c56827a Mon Sep 17 00:00:00 2001 From: goldenpipes Date: Tue, 30 Apr 2019 15:46:39 -0500 Subject: [PATCH] Update orgarr-plex.css newer bazarr updates --- CSS/themes/orgarr-plex.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index 009bd124..b05dac7a 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -1081,7 +1081,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; @@ -1123,6 +1125,9 @@ border-color: rgba(0, 0, 0, .25); box-shadow: none; color: #FFF !important; } +.ui.input { + color: #ffffff; +} .ui.table thead th { color: #ffffff; }