Gnome-shell: Fix calendar and workspace-switcher issues in gnome v3.38

This commit is contained in:
EliverLara
2020-11-06 13:59:52 -06:00
parent a164141483
commit e4e4fada9b
2 changed files with 34 additions and 5 deletions

View File

@@ -668,6 +668,7 @@ StScrollBar {
height: 50px;
background-color: #00e8b7;
color: #f7f7f7;
border: none;
background-size: 32px;
border-radius: 8px; }
@@ -956,7 +957,18 @@ StScrollBar {
.calendar-today {
font-weight: bold;
border: 1px solid rgba(22, 24, 25, 0.5); }
border: 1px solid transparent;
background-color: #00e8b7;
color: #f7f7f7; }
.calendar-today:hover, .calendar-today:focus {
background-color: #00f7c3;
color: #f7f7f7; }
.calendar-today:active, .calendar-today:selected {
background-color: #00e8b7;
color: #f7f7f7; }
.calendar-today:active:hover, .calendar-today:active:focus, .calendar-today:selected:hover, .calendar-today:selected:focus {
background-color: #00f7c3;
color: #f7f7f7; }
.calendar-day-with-events {
color: #b5c3c8;