1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

variable dropdown

This commit is contained in:
GilbN 2018-10-14 12:24:10 +02:00
parent c9503c93b3
commit 81627502fa
2 changed files with 8 additions and 5 deletions

View File

@ -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 */

View File

@ -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*/