summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:47:55 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:47:55 +0300
commit32c080bec08ebc37d3128c07d5c5f526b8871e08 (patch)
tree88c63d840ebe026802a7d26500afd630df657471 /themes/compact_night.css
parent166517240e477dbb0e8b3a446ed8e42fd66f67df (diff)
use svg icon for the subscribe dialog (night mode)
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index cad1fc608..551ec32e4 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -2304,6 +2304,9 @@ 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);
+}
/* rules specific to compact.css */
body.ttrss_main.ttrss_index.flat #feedTree.dijitTree .dijitTreeLabel {
font-size: 13px ! important;