diff --git a/CSS/themes/orgarr-plex.css b/CSS/themes/orgarr-plex.css index 20d0952b..90f3dfe3 100644 --- a/CSS/themes/orgarr-plex.css +++ b/CSS/themes/orgarr-plex.css @@ -1394,4 +1394,5 @@ 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; } diff --git a/CSS/themes/orgarr.css b/CSS/themes/orgarr.css index 80ce7809..beaeaca0 100644 --- a/CSS/themes/orgarr.css +++ b/CSS/themes/orgarr.css @@ -1334,4 +1334,5 @@ 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; }