Gnome-shell: Fix calendar issues in v3.38

This commit is contained in:
EliverLara
2020-10-25 12:45:21 -06:00
parent b0fc2d845a
commit f9fd1a80de
2 changed files with 19 additions and 9 deletions

View File

@@ -904,7 +904,7 @@ StScrollBar {
margin-bottom: 1em; margin-bottom: 1em;
} }
.calendar, .world-clocks-button, .weather-button { .calendar, .world-clocks-button, .weather-button, .events-button {
background: transparent; background: transparent;
border: none; border: none;
} }
@@ -932,8 +932,10 @@ StScrollBar {
.world-clocks-button, .world-clocks-button,
.weather-button, .weather-button,
.events-section-title, .events-section-title,
.message-list-section-title { .message-list-section-title,
.events-button {
border-radius: 4px; border-radius: 4px;
color: $fg_color;
padding: .4em; padding: .4em;
} }
@@ -949,7 +951,8 @@ StScrollBar {
.world-clocks-button, .world-clocks-button,
.weather-button, .weather-button,
.events-section-title, .events-section-title,
.message-list-section-title { .message-list-section-title,
.events-button {
&:hover,&:focus { background-color: lighten($bg_color,5%); } &:hover,&:focus { background-color: lighten($bg_color,5%); }
&:active { &:active {
color: lighten($selected_fg_color,5%); color: lighten($selected_fg_color,5%);
@@ -967,7 +970,8 @@ StScrollBar {
.world-clocks-header, .world-clocks-header,
.weather-header, .weather-header,
.events-section-title, .events-section-title,
.message-list-section-title { .message-list-section-title,
.events-title {
color: darken($fg_color, 10%); color: darken($fg_color, 10%);
font-weight: bold; font-weight: bold;
} }

View File

@@ -812,7 +812,7 @@ StScrollBar {
.calendar { .calendar {
margin-bottom: 1em; } margin-bottom: 1em; }
.calendar, .world-clocks-button, .weather-button { .calendar, .world-clocks-button, .weather-button, .events-button {
background: transparent; background: transparent;
border: none; } border: none; }
@@ -843,8 +843,10 @@ StScrollBar {
.world-clocks-button, .world-clocks-button,
.weather-button, .weather-button,
.events-section-title, .events-section-title,
.message-list-section-title { .message-list-section-title,
.events-button {
border-radius: 4px; border-radius: 4px;
color: #929ba8;
padding: .4em; } padding: .4em; }
.message-list-section-list:ltr { .message-list-section-list:ltr {
@@ -861,14 +863,17 @@ StScrollBar {
.events-section-title:hover, .events-section-title:hover,
.events-section-title:focus, .events-section-title:focus,
.message-list-section-title:hover, .message-list-section-title:hover,
.message-list-section-title:focus { .message-list-section-title:focus,
.events-button:hover,
.events-button:focus {
background-color: #1c1c21; } background-color: #1c1c21; }
.datemenu-today-button:active, .datemenu-today-button:active,
.world-clocks-button:active, .world-clocks-button:active,
.weather-button:active, .weather-button:active,
.events-section-title:active, .events-section-title:active,
.message-list-section-title:active { .message-list-section-title:active,
.events-button:active {
color: white; color: white;
background-color: #0072ff; } background-color: #0072ff; }
@@ -878,7 +883,8 @@ StScrollBar {
.world-clocks-header, .world-clocks-header,
.weather-header, .weather-header,
.events-section-title, .events-section-title,
.message-list-section-title { .message-list-section-title,
.events-title {
color: #768191; color: #768191;
font-weight: bold; } font-weight: bold; }