summaryrefslogtreecommitdiff
path: root/css/dijit.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 19:03:42 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 19:03:42 +0300
commit6befff30d7aeb93e3693ac94f234886147ee5e48 (patch)
tree1062a58f806401e235fa527487851de3ad7e6636 /css/dijit.less
parent563a46f55a392011d075811b3dc798e9cdcca949 (diff)
updates for flat theme (mostly disable old dijit overrides)
Diffstat (limited to 'css/dijit.less')
-rw-r--r--css/dijit.less47
1 files changed, 47 insertions, 0 deletions
diff --git a/css/dijit.less b/css/dijit.less
index a4ab55295..b27609ca3 100644
--- a/css/dijit.less
+++ b/css/dijit.less
@@ -1,3 +1,50 @@
+.flat {
+ .dijitTree .filterRules span.inverse,
+ #filterDlg_Matches span.filterRule.inverse {
+ color: red;
+ }
+
+ .dijitToolbar {
+ font-size : 13px;
+ }
+
+ .dijitTree {
+ .dijitFolderClosed,
+ .dijitFolderOpened {
+ display: none;
+ }
+
+ .filterRules span {
+ display: block;
+ color: green;
+ }
+
+ #filterDlg_Matches span.filterRule {
+ color: green;
+ }
+
+ .labelParam {
+ float: right;
+ margin-right: 1em;
+ }
+
+ .feedParam {
+ color: @default-text;
+ float: right;
+ margin-right: 1em;
+ }
+
+ .filterRules {
+ display: block;
+ color: #ccc;
+ font-size: 12px;
+ margin-left: 100px;
+ line-height : normal;
+ }
+
+ }
+}
+
/* Tree */
.claro {