mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:25:55 +00:00
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible) * show net/log indicators in prefs
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user