summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 13:44:56 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 13:44:56 +0300
commit660a1bbe011fef5f0fa6bb0af43521fed7598cc7 (patch)
treef31ee123db91e479b93a6d086fd78de2ecfae014 /themes/compact_night.css
parentbb4e4282f46824308aebc2eaeac29fa29f8687ad (diff)
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 2709cf196..42b850536 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -754,6 +754,17 @@ body.ttrss_main #header {
top: 0px;
z-index: 5;
}
+body.ttrss_main #header i.net-alert,
+body.ttrss_main #header .left i.icon-error {
+ color: red;
+}
+body.ttrss_main #header i.log-alert {
+ color: #ddba1c;
+ cursor: pointer;
+}
+body.ttrss_main #header i {
+ margin: 0 4px;
+}
body.ttrss_main #content-insert {
padding: 0px;
border-color: #222;