From f9fd1a80dedda7b522ca6cf862691921a8a5ab9c Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 25 Oct 2020 12:45:21 -0600 Subject: [PATCH] Gnome-shell: Fix calendar issues in v3.38 --- gnome-shell/_common.scss | 12 ++++++++---- gnome-shell/gnome-shell.css | 16 +++++++++++----- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index e335089..c14d4fd 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -904,7 +904,7 @@ StScrollBar { margin-bottom: 1em; } - .calendar, .world-clocks-button, .weather-button { + .calendar, .world-clocks-button, .weather-button, .events-button { background: transparent; border: none; } @@ -932,8 +932,10 @@ StScrollBar { .world-clocks-button, .weather-button, .events-section-title, - .message-list-section-title { + .message-list-section-title, + .events-button { border-radius: 4px; + color: $fg_color; padding: .4em; } @@ -949,7 +951,8 @@ StScrollBar { .world-clocks-button, .weather-button, .events-section-title, - .message-list-section-title { + .message-list-section-title, + .events-button { &:hover,&:focus { background-color: lighten($bg_color,5%); } &:active { color: lighten($selected_fg_color,5%); @@ -967,7 +970,8 @@ StScrollBar { .world-clocks-header, .weather-header, .events-section-title, - .message-list-section-title { + .message-list-section-title, + .events-title { color: darken($fg_color, 10%); font-weight: bold; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index b12cc59..ee6eefd 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -812,7 +812,7 @@ StScrollBar { .calendar { margin-bottom: 1em; } -.calendar, .world-clocks-button, .weather-button { +.calendar, .world-clocks-button, .weather-button, .events-button { background: transparent; border: none; } @@ -843,8 +843,10 @@ StScrollBar { .world-clocks-button, .weather-button, .events-section-title, -.message-list-section-title { +.message-list-section-title, +.events-button { border-radius: 4px; + color: #929ba8; padding: .4em; } .message-list-section-list:ltr { @@ -861,14 +863,17 @@ StScrollBar { .events-section-title:hover, .events-section-title:focus, .message-list-section-title:hover, -.message-list-section-title:focus { +.message-list-section-title:focus, +.events-button:hover, +.events-button:focus { background-color: #1c1c21; } .datemenu-today-button:active, .world-clocks-button:active, .weather-button:active, .events-section-title:active, -.message-list-section-title:active { +.message-list-section-title:active, +.events-button:active { color: white; background-color: #0072ff; } @@ -878,7 +883,8 @@ StScrollBar { .world-clocks-header, .weather-header, .events-section-title, -.message-list-section-title { +.message-list-section-title, +.events-title { color: #768191; font-weight: bold; }