diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 47bb30ed..f51b1624 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -82,6 +82,7 @@ div.flot-text { color: #FFF !important; background-color: #262626 !important; border: none !important; + box-shadow: none !important; } /* Variable dashboard dropdown */ @@ -105,6 +106,7 @@ div.flot-text { color: #FFF !important; background-color: rgba(0, 0, 0, 0.25) !important; background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important; + border: none !important; } /* Custom Range Refreshing every X Dropdown */ diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index f5fba828..66260631 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -31,10 +31,7 @@ body { .main-view { background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important; } -.footer, .footer a { - color: #FFF; - content: "\A Grafplex V.1.1"; -} + /* login page */ .login { background-image: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), @@ -150,6 +147,10 @@ color:#FFFFFF !important; color: #FFF !important; background-color: #262626 !important; border: none !important; + box-shadow: none !important; +} +.variable-option.highlighted, .variable-option:hover { + background-color: hsla(0,0%,100%,.1) !important; } /* Variable dashboard dropdown */ @@ -199,7 +200,7 @@ color:#FFFFFF !important; /* Panel text color*/ div.flot-text { - color: #fff !important; + color: #ffffff !important; } /* panel loading circle*/