summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-10 11:54:19 +0300
committerAndrew Dolgov <[email protected]>2018-12-10 11:54:19 +0300
commit7915706946f2881f5ba82651cb58bbabf15728a8 (patch)
tree705cf6d3ecc7cfcb2d3160b6895104300ab115cf /themes/night.css
parent7e5c99914683620348e4a91ab2d6692749f198f4 (diff)
move all status icons like net-alert together on the toolbar
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/night.css b/themes/night.css
index 2852e144a..6f2d1ae19 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -737,11 +737,11 @@ body.ttrss_main #toolbar-frame #toolbar .dijitDropDownButton .dijitButtonNode,
body.ttrss_main #toolbar-frame #toolbar .dijitComboButton .dijitButtonNode {
border: 0px;
}
-body.ttrss_main #toolbar-frame #toolbar .net-alert i,
+body.ttrss_main #toolbar-frame #toolbar i.net-alert,
body.ttrss_main #toolbar-frame #toolbar .left i.icon-error {
color: red;
}
-body.ttrss_main #toolbar-frame #toolbar .log-alert i {
+body.ttrss_main #toolbar-frame #toolbar i.log-alert {
color: #ddba1c;
}
body.ttrss_main #toolbar-frame #toolbar #toolbar-headlines {