From 59233f9bcfad73396fa78b86e7731d924c33ff57 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 11 May 2019 15:13:18 +0200 Subject: [PATCH] ... --- CSS/themes/orgarr-plex.css | 15 ++++++++++++++- CSS/themes/orgarr.css | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index 90f3dfe3..80af9864 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -1179,6 +1179,9 @@ i.black.icon { .ui.menu { background: rgba(0, 0, 0, 0.25); } +.ui.menu .dropdown.item .menu { + background: #191a1c!important; +} .ui.segment { -webkit-box-shadow: none; box-shadow: none; @@ -1394,5 +1397,15 @@ table.dataTable thead th, table.dataTable thead td { .noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information { background-color: #191a1c !important; color: #FFF !important; - box-shadow: transparent !important; + box-shadow: none !important; +} +/* TOOLTIP */ +[data-tooltip]:after { + border: 1px solid #1b1c1d; + background: #1b1c1d; + color: rgb(255, 255, 255); +} +[data-tooltip]:before { + -webkit-box-shadow: none; + box-shadow: none; } diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index beaeaca0..1772c550 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -1125,6 +1125,9 @@ i.black.icon { .ui.menu { background: rgba(0, 0, 0, 0.25); } +.ui.menu .dropdown.item .menu { + background: #191a1c!important; +} /* EDIT SERIES/MOVIE MODAL */ .ui.modal>.header { @@ -1334,5 +1337,15 @@ table.dataTable thead th, table.dataTable thead td { .noty_theme__semanticui.noty_type__info, .noty_theme__semanticui.noty_type__information { background-color: #191a1c !important; color: #FFF !important; - box-shadow: transparent !important; + box-shadow: none !important; +} +/* TOOLTIP */ +[data-tooltip]:after { + border: 1px solid #1b1c1d; + background: #1b1c1d; + color: rgb(255, 255, 255); +} +[data-tooltip]:before { + -webkit-box-shadow: none; + box-shadow: none; }