1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 08:09:13 +00:00

feed debugger: dojoify controls

This commit is contained in:
Andrew Dolgov
2019-02-19 21:00:15 +03:00
parent 420e71280a
commit 55d2e5871a
8 changed files with 46 additions and 7 deletions

View File

@@ -1499,6 +1499,10 @@ body.ttrss_utility .content fieldset > label:first-of-type {
text-align: right;
font-weight: bold;
}
body.ttrss_utility .content fieldset > label.checkbox {
display: inline;
font-weight: normal;
}
body.ttrss_utility a {
color: #b87d2c;
text-decoration: none;

File diff suppressed because one or more lines are too long

View File

@@ -1499,6 +1499,10 @@ body.ttrss_utility .content fieldset > label:first-of-type {
text-align: right;
font-weight: bold;
}
body.ttrss_utility .content fieldset > label.checkbox {
display: inline;
font-weight: normal;
}
body.ttrss_utility a {
color: #257aa7;
text-decoration: none;

File diff suppressed because one or more lines are too long