mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Gnome-shell: Fix calendar and workspace-switcher issues in gnome v3.38
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user