[gnome-shell/wip/snwh/style-updates] theme: day with event styles
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/style-updates] theme: day with event styles
- Date: Wed, 29 Dec 2021 15:59:48 +0000 (UTC)
commit 41b1a6d4b496e52572a8288b967eb80edc65f87f
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]