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