From 2d9509318bfefc17d2fc21bd7fc9de50ec273dae Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 11 May 2019 15:24:18 +0200 Subject: [PATCH] asdsadsdasd --- CSS/themes/orgarr-plex.css | 4 +++- CSS/themes/orgarr.css | 7 ++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index f5f56ee6..8df4f78b 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -1309,7 +1309,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover { background: rgba(0, 0, 0, 0.25) none!important; color: rgb(255, 255, 255)!important; } - +.ui.basic.active.button, .ui.basic.buttons .active.button { + color: rgb(255, 255, 255)!important; +} .ui.basic.button:hover, .ui.basic.buttons .button:hover { background: hsla(0,0%,100%,.08) !IMPORTANT; color: #fff!important; diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index 7a92260f..de23e7ee 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -1252,7 +1252,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover { background: rgba(0, 0, 0, 0.25) none!important; color: rgb(255, 255, 255)!important; } - +.ui.basic.active.button, .ui.basic.buttons .active.button { + color: rgb(255, 255, 255)!important; +} .ui.basic.button:hover, .ui.basic.buttons .button:hover { background: hsla(0,0%,100%,.08) !IMPORTANT; color: #fff!important; @@ -1349,3 +1351,6 @@ table.dataTable thead th, table.dataTable thead td { -webkit-box-shadow: none; box-shadow: none; } +[data-tooltip]:not([data-position]):before { + background: #1b1c1d !important; +}