mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Gnome-shell: Fix calendar issues in v3.38
This commit is contained in:
@@ -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: #f7b922; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user