summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-05 15:16:41 +0300
committerAndrew Dolgov <[email protected]>2021-03-05 15:16:41 +0300
commit5c1f9f31bdb6418469c3434047c163b4dae8f139 (patch)
tree7418b3eaa48984195a42667a15c61c5545cb3a29 /themes/night.css
parentfe06416f1787d27e90ad75f7c33eadd412574346 (diff)
add a bunch of button icons
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/themes/night.css b/themes/night.css
index 1d536a84c..a1b65608f 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1428,13 +1428,6 @@ body.ttrss_prefs {
background-color: #222;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
- /*.dijitContentPane {
- h1:first-of-type,
- h2:first-of-type,
- h3:first-of-type {
- margin-top: 0px;
- }
- }*/
}
body.ttrss_prefs h1,
body.ttrss_prefs h2,
@@ -1444,6 +1437,11 @@ body.ttrss_prefs h4 {
font-weight: 600;
color: #ccc;
}
+body.ttrss_prefs .dijitContentPane > h1:first-of-type,
+body.ttrss_prefs .dijitContentPane > h2:first-of-type,
+body.ttrss_prefs .dijitContentPane > h3:first-of-type {
+ margin-top: 0;
+}
body.ttrss_prefs #footer,
body.ttrss_prefs #header {
padding: 8px;