summaryrefslogtreecommitdiff
path: root/themes
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
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')
-rw-r--r--themes/compact.css11
-rw-r--r--themes/compact_night.css11
-rw-r--r--themes/light.css11
-rw-r--r--themes/light/tt-rss.less13
-rw-r--r--themes/night.css11
-rw-r--r--themes/night_blue.css11
6 files changed, 68 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 0116fa45b..e92db1659 100644
--- a/themes/compact.css
+++ b/themes/compact.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: #ddd;
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;
diff --git a/themes/light.css b/themes/light.css
index 492daf08f..0b69ef84b 100644
--- a/themes/light.css
+++ b/themes/light.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: #ddd;
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 3cf1a2d5e..b1895f318 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -877,6 +877,19 @@ body.ttrss_main {
right : 0px;
top : 0px;
z-index : 5;
+
+ i.net-alert, .left i.icon-error {
+ color : red;
+ }
+
+ i.log-alert {
+ color : #ddba1c;
+ cursor : pointer;
+ }
+
+ i {
+ margin : 0 4px;
+ }
}
#content-insert {
diff --git a/themes/night.css b/themes/night.css
index a52ef701d..65484b82b 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -755,6 +755,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;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 2a7debf35..1c16a6f22 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -755,6 +755,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;