summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-11-23 14:10:56 +0000
committerAndrew Dolgov <fox@fakecake.org>2024-11-23 14:10:56 +0000
commit81ccfed4b447bee43a330f26560325d11e908737 (patch)
treeda5ce6dafa6bd4e7de605c4b335e2e36d2f72573 /themes/night_blue.css
parent9c1fb45d73b6719f7c7bc6e0423a7faef75a2796 (diff)
parent4dc0e8cd29503a0a8a8979484c8b7a36f886b840 (diff)
Merge branch 'filter-fixes' into 'master'
get filter action descriptions on pref_filters class init instead of doing it... See merge request tt-rss/tt-rss!78
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 6676426ef..16de963a3 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1152,7 +1152,7 @@ body.ttrss_utility .text-warning {
}
body.ttrss_main .text-muted,
body.ttrss_utility .text-muted {
- color: #ccc;
+ color: #999999;
}
body.ttrss_main .text-small,
body.ttrss_utility .text-small,
@@ -1511,6 +1511,9 @@ body.ttrss_prefs h4 {
font-weight: 600;
color: #ccc;
}
+body.ttrss_prefs .text-muted {
+ color: #999999;
+}
body.ttrss_prefs .dijitContentPane > h1:first-of-type,
body.ttrss_prefs .dijitContentPane > h2:first-of-type,
body.ttrss_prefs .dijitContentPane > h3:first-of-type {
@@ -1867,6 +1870,7 @@ body.ttrss_prefs[hide-filter-rules="true"] ul.filterRules {
.flat .dijitTree .labelParam {
float: right;
margin-right: 16px;
+ text-align: right;
}
.flat .dijitTree .dijitTreeRow.filterDisabled {
opacity: 0.5;