summaryrefslogtreecommitdiff
path: root/css/dijit_basic.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-24 07:57:09 +0300
committerAndrew Dolgov <[email protected]>2019-02-24 07:57:09 +0300
commitce92f047ace50b8a79c66cf39411cae51acbd499 (patch)
tree0158e33df6aefcf8d3eb4eef923e848cc170ad3b /css/dijit_basic.less
parent25671ad567a951899ea0c0aaf32d0942b816c070 (diff)
dijit tabs: fix icon offsets
Diffstat (limited to 'css/dijit_basic.less')
-rw-r--r--css/dijit_basic.less14
1 files changed, 13 insertions, 1 deletions
diff --git a/css/dijit_basic.less b/css/dijit_basic.less
index c08af6de4..c3764ba80 100644
--- a/css/dijit_basic.less
+++ b/css/dijit_basic.less
@@ -4,6 +4,18 @@
padding: 2px;
}
+ #feedTree {
+ .icon {
+ position : relative;
+ top : -4px;
+ }
+ }
+
+ .tabLabel > i.material-icons {
+ position : relative;
+ top : -1px;
+ }
+
#filterDlg_Matches span.filterRule {
color: green;
}
@@ -142,4 +154,4 @@
}
}
-} \ No newline at end of file
+}