From 5c1f9f31bdb6418469c3434047c163b4dae8f139 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 5 Mar 2021 15:16:41 +0300 Subject: add a bunch of button icons --- themes/compact.css | 12 +++++------- themes/compact_night.css | 12 +++++------- themes/light.css | 12 +++++------- themes/light/prefs.less | 12 ++++++------ themes/night.css | 12 +++++------- themes/night_blue.css | 12 +++++------- 6 files changed, 31 insertions(+), 41 deletions(-) (limited to 'themes') diff --git a/themes/compact.css b/themes/compact.css index 12a01bedd..227dea20f 100644 --- a/themes/compact.css +++ b/themes/compact.css @@ -1427,13 +1427,6 @@ body.ttrss_prefs { background-color: #f5f5f5; 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, @@ -1443,6 +1436,11 @@ body.ttrss_prefs h4 { font-weight: 600; color: #555; } +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; diff --git a/themes/compact_night.css b/themes/compact_night.css index 0ca19d6ef..9830f2563 100644 --- a/themes/compact_night.css +++ b/themes/compact_night.css @@ -1427,13 +1427,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, @@ -1443,6 +1436,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; diff --git a/themes/light.css b/themes/light.css index f3ad4813d..0640ebfdd 100644 --- a/themes/light.css +++ b/themes/light.css @@ -1427,13 +1427,6 @@ body.ttrss_prefs { background-color: #f5f5f5; 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, @@ -1443,6 +1436,11 @@ body.ttrss_prefs h4 { font-weight: 600; color: #555; } +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; diff --git a/themes/light/prefs.less b/themes/light/prefs.less index 1c09271a6..35db886ce 100644 --- a/themes/light/prefs.less +++ b/themes/light/prefs.less @@ -9,13 +9,13 @@ body.ttrss_prefs { color : @default-text; } - /*.dijitContentPane { - h1:first-of-type, - h2:first-of-type, - h3:first-of-type { - margin-top: 0px; + .dijitContentPane { + > h1:first-of-type, + > h2:first-of-type, + > h3:first-of-type { + margin-top: 0; } - }*/ + } #footer, #header { padding : 8px; 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; diff --git a/themes/night_blue.css b/themes/night_blue.css index 69c454763..cda01a990 100644 --- a/themes/night_blue.css +++ b/themes/night_blue.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; -- cgit v1.2.3