diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-12-19 21:19:28 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-12-19 21:19:28 +0300 |
| commit | 20d6aaa9ab976d3e044fbd7ad2b1167260cc213c (patch) | |
| tree | 6eb729ff53f1f3beeb56f99c9751ccd9695a1f5a /themes/light/prefs.less | |
| parent | 8ea537123d1cef38f25f9fbe92e3a9c0f89de55a (diff) | |
limit tree expando white color to prefs
Diffstat (limited to 'themes/light/prefs.less')
| -rw-r--r-- | themes/light/prefs.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less index 58677a27f..e13358956 100644 --- a/themes/light/prefs.less +++ b/themes/light/prefs.less @@ -48,6 +48,12 @@ body.ttrss_prefs { display : none; } + .dijitTree .dijitTreeRow.dijitTreeRowSelected { + .dijitTreeExpando { + color : white; + } + } + .dijitAccordionTitle i.material-icons { top : -1px; position : relative; |