summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css72
1 files changed, 43 insertions, 29 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 3e7b53192..d64e05dab 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1369,6 +1369,19 @@ body.ttrss_prefs {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
}
+body.ttrss_prefs h1,
+body.ttrss_prefs h2,
+body.ttrss_prefs h3,
+body.ttrss_prefs h4 {
+ font-family: "Segoe WP Semibold", "Segoe UI Semibold", "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
+ 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: 0px;
+}
body.ttrss_prefs #footer,
body.ttrss_prefs #header {
padding: 8px;
@@ -1405,14 +1418,6 @@ body.ttrss_prefs .dijitAccordionTitleSelected i.material-icons {
body.ttrss_prefs .dijitDialog #pref-profiles-list .dijitInlineEditBoxDisplayMode {
padding: 0px;
}
-body.ttrss_prefs tr.title td {
- border: 0px solid #ecf4ff;
- border-bottom-width: 1px;
- color: #257aa7;
-}
-body.ttrss_prefs .prefPrefsList td {
- padding-bottom: 4px;
-}
body.ttrss_prefs div#feedlistLoading,
body.ttrss_prefs div#filterlistLoading,
body.ttrss_prefs div#labellistLoading {
@@ -1432,6 +1437,10 @@ body.ttrss_prefs .user-css-editor {
height: 300px;
width: 575px;
}
+body.ttrss_prefs fieldset.prefs-set .help-text {
+ display: inline-block;
+ margin-left: 10px;
+}
body.ttrss_prefs table.prefPluginsList td label,
body.ttrss_prefs table.prefUserList td {
cursor: pointer;
@@ -1475,6 +1484,32 @@ body.ttrss_prefs .phpinfo td.e {
body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
}
+body.ttrss_prefs fieldset,
+body.ttrss_utility fieldset {
+ border-width: 0px;
+ padding: 5px 0px;
+}
+body.ttrss_prefs fieldset.narrow,
+body.ttrss_utility fieldset.narrow {
+ padding: 2px 0px;
+}
+body.ttrss_prefs fieldset.align-right,
+body.ttrss_utility fieldset.align-right {
+ text-align: right;
+}
+body.ttrss_prefs fieldset > label:first-of-type,
+body.ttrss_utility fieldset > label:first-of-type {
+ min-width: 140px;
+ margin-right: 20px;
+ display: inline-block;
+ text-align: right;
+ font-weight: bold;
+}
+body.ttrss_prefs fieldset > label.checkbox,
+body.ttrss_utility fieldset > label.checkbox {
+ display: inline;
+ font-weight: normal;
+}
body.ttrss_utility.sanity_failed {
background: #900;
}
@@ -1506,27 +1541,6 @@ body.ttrss_utility .content h2 {
body.ttrss_utility .content h3 {
font-size: 16px;
}
-body.ttrss_utility .content fieldset {
- border-width: 0px;
- padding: 5px 0px;
-}
-body.ttrss_utility .content fieldset.narrow {
- padding: 2px 0px;
-}
-body.ttrss_utility .content fieldset.align-right {
- text-align: right;
-}
-body.ttrss_utility .content fieldset > label:first-of-type {
- min-width: 140px;
- margin-right: 20px;
- display: inline-block;
- 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;