summaryrefslogtreecommitdiff
path: root/css/dijit_basic.less
diff options
context:
space:
mode:
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
+}