Improved regex highlighting in query editor (using custom css).

Removed unused fields from targets ('isRegex' and 'style').
This commit is contained in:
Alexander Zobnin
2016-03-30 21:41:37 +03:00
parent 98f77ee661
commit 2ffc5ca297
5 changed files with 16 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
.zbx-regex {
color: #CCA300;
}