[gnome-shell/wip/jimmac/tone-down-weekends] theme: tone down weekend with events
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/tone-down-weekends] theme: tone down weekend with events
- Date: Mon, 6 Apr 2020 15:45:27 +0000 (UTC)
commit 509d9142454cd3da4afa44bbb68f84547a64f282
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Apr 6 17:43:51 2020 +0200
theme: tone down weekend with events
Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2588
data/theme/gnome-shell-sass/widgets/_calendar.scss | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index 8074b2106b..1dcf8eada1 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -153,9 +153,11 @@
}
.calendar-day-with-events {
- color: lighten($fg_color,10%);
- font-weight: bold;
background-image: url("resource:///org/gnome/shell/theme/calendar-today.svg");
+ &.calendar-work-day {
+ color: lighten($fg_color,10%);
+ font-weight: bold;
+ }
}
.calendar-other-month-day {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]