Browse Source

settings fix

pull/4/head
GilbN 6 years ago
parent
commit
9d773ce049
  1. 4
      CSS/themes/monitorg-dark.css
  2. 4
      CSS/themes/monitorg-plex.css

4
CSS/themes/monitorg-dark.css

@ -37,6 +37,10 @@ body {
#reginfo { #reginfo {
color: white !important; color: white !important;
} }
#infodata {
background-color: transparent !important;
box-shadow: none !important;
}
/* Sidebar */ /* Sidebar */
#sidebar-wrapper { #sidebar-wrapper {
box-shadow: none !important; box-shadow: none !important;

4
CSS/themes/monitorg-plex.css

@ -53,6 +53,10 @@ background: transparent;
#reginfo { #reginfo {
color: white !important; color: white !important;
} }
#infodata {
background-color: transparent !important;
box-shadow: none !important;
}
/* Sidebar */ /* Sidebar */
#sidebar-wrapper { #sidebar-wrapper {
box-shadow: none !important; box-shadow: none !important;

Loading…
Cancel
Save