Added variables highlight in query editor.

This commit is contained in:
Alexander Zobnin
2016-03-30 23:04:17 +03:00
parent 2ffc5ca297
commit c5a421c933
3 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
.zbx-regex {
color: #CCA300;
}
.zbx-variable {
color: #33B5E5;
}