fix variable color
This commit is contained in:
parent
19a5aab568
commit
0642622e0e
@ -72,7 +72,7 @@ div.flot-text {
|
|||||||
|
|
||||||
/* Variable label color */
|
/* Variable label color */
|
||||||
.template-variable {
|
.template-variable {
|
||||||
color: #FFFFFF !important;
|
color: #f79520 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Variable label box */
|
/* Variable label box */
|
||||||
|
|||||||
@ -135,7 +135,7 @@ color:#FFFFFF !important;
|
|||||||
|
|
||||||
/* Variable label color */
|
/* Variable label color */
|
||||||
.template-variable {
|
.template-variable {
|
||||||
color: #FFFFFF !important;
|
color: #f79520 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Variable label box */
|
/* Variable label box */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user