diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-03-16 21:47:55 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-03-16 21:47:55 +0300 |
| commit | 32c080bec08ebc37d3128c07d5c5f526b8871e08 (patch) | |
| tree | 88c63d840ebe026802a7d26500afd630df657471 /themes/night.css | |
| parent | 166517240e477dbb0e8b3a446ed8e42fd66f67df (diff) | |
use svg icon for the subscribe dialog (night mode)
Diffstat (limited to 'themes/night.css')
| -rw-r--r-- | themes/night.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css index 3efdaa99b..fba6de21e 100644 --- a/themes/night.css +++ b/themes/night.css @@ -2305,3 +2305,6 @@ body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextAreaError { body.flat.ttrss_main #filterNewRuleDlg .dijitValidationTextArea:not(.dijitValidationTextAreaError) { background: #305030; } +body.flat.ttrss_main .dijitDialog #feed_add_spinner { + filter: invert(1); +} |