[gnome-shell/wip/snwh/style-updates: 48/100] theme: day with event styles




commit 8cb94dfc4a2ab77f60691b46903f298fd480e24b
Author: Sam Hewitt <sam snwh org>
Date:   Wed Dec 29 12:29:42 2021 -0330

    theme: day with event styles

 data/theme/gnome-shell-sass/widgets/_calendar.scss | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_calendar.scss 
b/data/theme/gnome-shell-sass/widgets/_calendar.scss
index e98e667726..32c72a5e2c 100644
--- a/data/theme/gnome-shell-sass/widgets/_calendar.scss
+++ b/data/theme/gnome-shell-sass/widgets/_calendar.scss
@@ -93,6 +93,8 @@
     text-align: center;
     padding: 0;
     margin: 2px;
+    height: $calendar_day_size;
+    width: $calendar_day_size;
     border-radius: $calendar_day_size * 0.5 + 2px;
     border: 1px solid transparent; //avoid jumparound due to today
     font-feature-settings: "tnum";
@@ -155,6 +157,8 @@
 
   .calendar-day-with-events {
     background-image: if($variant=='light', url("resource:///org/gnome/shell/theme/calendar-today.svg"), 
url("resource:///org/gnome/shell/theme/calendar-today-dark.svg"));
+    background-size: 24px;
+    background: cover;
     &.calendar-work-day {
       color: lighten($fg_color,10%);
       font-weight: bold;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]