summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-19 21:00:15 +0300
committerAndrew Dolgov <[email protected]>2019-02-19 21:00:15 +0300
commit55d2e5871abb758e9beeb98c02cf3ea02e622f6f (patch)
treeb7b8228b59d931aaca8e59109ef4f333118d8d2b /css/default.css
parent420e71280abdfbb990185de9b85b6c6ec061d73c (diff)
feed debugger: dojoify controls
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index a20db5b22..8cb5aedcf 100644
--- a/css/default.css
+++ b/css/default.css
@@ -1498,6 +1498,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;