diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-02-24 07:57:09 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-02-24 07:57:09 +0300 |
| commit | ce92f047ace50b8a79c66cf39411cae51acbd499 (patch) | |
| tree | 0158e33df6aefcf8d3eb4eef923e848cc170ad3b /css/dijit_basic.less | |
| parent | 25671ad567a951899ea0c0aaf32d0942b816c070 (diff) | |
dijit tabs: fix icon offsets
Diffstat (limited to 'css/dijit_basic.less')
| -rw-r--r-- | css/dijit_basic.less | 14 |
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 +} |