From: Corey Berla Date: Sat, 7 Jan 2023 04:14:15 +0000 (-0800) Subject: calendar: Add css style for marked days X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~89^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=182cc74834a3e15954a6b594c8f20661bab4da8c;p=gtk4.git calendar: Add css style for marked days As part of a6f9052cf1c1c7b4224834ed18a63e70477d8729, marked days lost their style, essentially making that function worthless. Previously, they were simply bolded, but that doesn't give them proper justice. --- diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index 056d36c8d3..fd25bfc0d6 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -3510,6 +3510,10 @@ calendar { @extend %selected_items; border-radius: 3px; } + + &:checked { + background-color: gtkalpha($selected_bg_color, 0.3); + } } > label.day-number.other-month {