Extend template variable syntax to include , Closes #760

This commit is contained in:
Torkel Ödegaard
2014-09-05 08:26:50 +02:00
parent 4805a3bc23
commit 0319051891
10 changed files with 64 additions and 13 deletions
+5
View File
@@ -479,3 +479,8 @@ select.grafana-target-segment-input {
color: darken(@gray, 25%);
a { color: darken(@gray, 25%); }
}
.template-variable {
color: @variable;
}
+1
View File
@@ -24,6 +24,7 @@
@orange: #FF8800;
@pink: #FF4444;
@purple: #9933CC;
@variable: #32D1DF;
// grafana Variables
// -------------------------
+1
View File
@@ -28,6 +28,7 @@
@orange: #FF7518;
@pink: #E671B8;
@purple: #9954BB;
@variable: #32D1DF;
// grafana Variables
// -------------------------