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:
Florian Müllner
2018-01-17 18:26:51 +01:00
parent 2dbe692a31
commit ae65a82fdd
2 changed files with 7 additions and 0 deletions

View File

@@ -1955,3 +1955,6 @@ StScrollBar {
.calendar-day-with-events {
background-image: url("calendar-today.svg"); }
.message-list-clear-button.button {
color: #2e3436; }

View File

@@ -86,3 +86,7 @@ $variant: 'light';
.calendar-day-with-events {
background-image: url("calendar-today.svg");
}
.message-list-clear-button.button {
color: $fg_color
}