fix text-muted being set to default text foreground color in light mode, adjust styling of filter actions list
This commit is contained in:
@@ -773,7 +773,7 @@ class Pref_Filters extends Handler_Protected {
|
||||
$actions_summary = array_slice($actions_summary, 0, self::MAX_ACTIONS_TO_DISPLAY);
|
||||
|
||||
array_push($actions_summary,
|
||||
sprintf(_ngettext("(+%d action)", "(+%d actions)", $actions_not_shown), $actions_not_shown));
|
||||
"<em class='text-muted'>" . sprintf(_ngettext("(+%d action)", "(+%d actions)", $actions_not_shown), $actions_not_shown)) . "</em>";
|
||||
}
|
||||
|
||||
return [implode(", ", $title_summary), implode("<br/>", $actions_summary)];
|
||||
|
||||
@@ -1151,7 +1151,7 @@ body.ttrss_utility .text-warning {
|
||||
}
|
||||
body.ttrss_main .text-muted,
|
||||
body.ttrss_utility .text-muted {
|
||||
color: #555;
|
||||
color: #888888;
|
||||
}
|
||||
body.ttrss_main .text-small,
|
||||
body.ttrss_utility .text-small,
|
||||
@@ -1510,6 +1510,9 @@ body.ttrss_prefs h4 {
|
||||
font-weight: 600;
|
||||
color: #555;
|
||||
}
|
||||
body.ttrss_prefs .text-muted {
|
||||
color: #888888;
|
||||
}
|
||||
body.ttrss_prefs .dijitContentPane > h1:first-of-type,
|
||||
body.ttrss_prefs .dijitContentPane > h2:first-of-type,
|
||||
body.ttrss_prefs .dijitContentPane > h3:first-of-type {
|
||||
|
||||
@@ -1151,7 +1151,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,
|
||||
@@ -1510,6 +1510,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 {
|
||||
|
||||
@@ -1151,7 +1151,7 @@ body.ttrss_utility .text-warning {
|
||||
}
|
||||
body.ttrss_main .text-muted,
|
||||
body.ttrss_utility .text-muted {
|
||||
color: black;
|
||||
color: #333333;
|
||||
}
|
||||
body.ttrss_main .text-small,
|
||||
body.ttrss_utility .text-small,
|
||||
@@ -1510,6 +1510,9 @@ body.ttrss_prefs h4 {
|
||||
font-weight: 600;
|
||||
color: black;
|
||||
}
|
||||
body.ttrss_prefs .text-muted {
|
||||
color: #333333;
|
||||
}
|
||||
body.ttrss_prefs .dijitContentPane > h1:first-of-type,
|
||||
body.ttrss_prefs .dijitContentPane > h2:first-of-type,
|
||||
body.ttrss_prefs .dijitContentPane > h3:first-of-type {
|
||||
|
||||
@@ -1151,7 +1151,7 @@ body.ttrss_utility .text-warning {
|
||||
}
|
||||
body.ttrss_main .text-muted,
|
||||
body.ttrss_utility .text-muted {
|
||||
color: #555;
|
||||
color: #888888;
|
||||
}
|
||||
body.ttrss_main .text-small,
|
||||
body.ttrss_utility .text-small,
|
||||
@@ -1510,6 +1510,9 @@ body.ttrss_prefs h4 {
|
||||
font-weight: 600;
|
||||
color: #555;
|
||||
}
|
||||
body.ttrss_prefs .text-muted {
|
||||
color: #888888;
|
||||
}
|
||||
body.ttrss_prefs .dijitContentPane > h1:first-of-type,
|
||||
body.ttrss_prefs .dijitContentPane > h2:first-of-type,
|
||||
body.ttrss_prefs .dijitContentPane > h3:first-of-type {
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
@breakpoint-lg: 992px;
|
||||
@breakpoint-xl: 1200px;
|
||||
|
||||
@fg-text-muted: lighten(@default-text, 20%);
|
||||
|
||||
@embed-responsive-padding: 56.25%; // Use 56.25% for 16:9 aspect ratio, 75% for 4:3.
|
||||
|
||||
body.ttrss_main,
|
||||
|
||||
@@ -9,6 +9,10 @@ body.ttrss_prefs {
|
||||
color : @default-text;
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color : @fg-text-muted;
|
||||
}
|
||||
|
||||
.dijitContentPane {
|
||||
> h1:first-of-type,
|
||||
> h2:first-of-type,
|
||||
|
||||
@@ -1348,7 +1348,7 @@ body.ttrss_main, body.ttrss_utility {
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color : @default-text;
|
||||
color : @fg-text-muted;
|
||||
}
|
||||
|
||||
.text-small, .small {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user