This commit is contained in:
gilbN 2019-07-09 20:09:32 +02:00
parent 9820d08bbb
commit cdb7bce06c
4 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,6 @@
/* Made by @gilbN */ /* Made by @gilbN */
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* GRAFANA BLUR THEME */
body { body {
color:#FFFFFF !important; color:#FFFFFF !important;
background: var(--main-bg-color) !important; background: var(--main-bg-color) !important;

View File

@ -306,7 +306,7 @@ div.flot-text {
} }
/* buttons */ /* buttons */
.btn-inverse { .btn-inverse {
border-color: #b56d16 !important; border-color: #b56d16 !important;
color: #fff !important; color: #fff !important;
background-color: #cc7b19 !important; background-color: #cc7b19 !important;
-webkit-transition: background-color .1s !important; -webkit-transition: background-color .1s !important;

View File

@ -15,5 +15,5 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/grafana/grafana-base.css);
:root { :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; --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;
} }

View File

@ -15,7 +15,7 @@
@import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css); @import url(https://gilbn.github.io/theme.park/CSS/themes/lidarr/lidarr-base.css);
:root { :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; --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-Downloading: #7a43b6;
--calendar-Downloaded: #27c24c; --calendar-Downloaded: #27c24c;