diff --git a/CSS/themes/grafana/grafana-base.css b/CSS/themes/grafana/grafana-base.css index 193e3f25..fd7cd9ca 100644 --- a/CSS/themes/grafana/grafana-base.css +++ b/CSS/themes/grafana/grafana-base.css @@ -11,7 +11,6 @@ /* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ -/* GRAFANA BLUR THEME */ body { color:#FFFFFF !important; background: var(--main-bg-color) !important; diff --git a/CSS/themes/grafana/grafplex.css b/CSS/themes/grafana/grafplex.css index a7a550fa..b751a2ae 100644 --- a/CSS/themes/grafana/grafplex.css +++ b/CSS/themes/grafana/grafplex.css @@ -306,7 +306,7 @@ div.flot-text { } /* buttons */ .btn-inverse { -border-color: #b56d16 !important; + border-color: #b56d16 !important; color: #fff !important; background-color: #cc7b19 !important; -webkit-transition: background-color .1s !important; diff --git a/CSS/themes/grafana/plex.css b/CSS/themes/grafana/plex.css index f151b156..c4217118 100644 --- a/CSS/themes/grafana/plex.css +++ b/CSS/themes/grafana/plex.css @@ -15,5 +15,5 @@ @import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); :root { --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; + --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; } \ No newline at end of file diff --git a/CSS/themes/lidarr/plex.css b/CSS/themes/lidarr/plex.css index 45c77e94..ad25365c 100644 --- a/CSS/themes/lidarr/plex.css +++ b/CSS/themes/lidarr/plex.css @@ -15,7 +15,7 @@ @import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); :root { --main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; - --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed; + --modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed; --calendar-Downloading: #7a43b6; --calendar-Downloaded: #27c24c;