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