classic: Fix "Clear All" button readability
Most buttons appear in modal dialogs which keep their normal appearance in the classic theme, except for the calendar's "Clear All" which needs a dark text color to be readable on the light background. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues/26
This commit is contained in:
@@ -1955,3 +1955,6 @@ StScrollBar {
|
||||
|
||||
.calendar-day-with-events {
|
||||
background-image: url("calendar-today.svg"); }
|
||||
|
||||
.message-list-clear-button.button {
|
||||
color: #2e3436; }
|
||||
|
||||
@@ -86,3 +86,7 @@ $variant: 'light';
|
||||
.calendar-day-with-events {
|
||||
background-image: url("calendar-today.svg");
|
||||
}
|
||||
|
||||
.message-list-clear-button.button {
|
||||
color: $fg_color
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user