mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 15:49:52 +01:00
Gnome-shell: Fix unstyled notwork list widget on v3.36
This commit is contained in:
@@ -1276,7 +1276,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.nm-dialog-airplane-text { color: $fg_color; }
|
.nm-dialog-airplane-text { color: $fg_color; }
|
||||||
.nm-dialog-header-icon { icon-size: 32px; }
|
.nm-dialog-header-icon { icon-size: 32px; }
|
||||||
.nm-dialog-scroll-view { border: 2px solid $borders_color; }
|
.nm-dialog-scroll-view { border: 2px solid $borders_color; background: transparent;}
|
||||||
.nm-dialog-header { font-weight: bold; }
|
.nm-dialog-header { font-weight: bold; }
|
||||||
|
|
||||||
.nm-dialog-item {
|
.nm-dialog-item {
|
||||||
|
|||||||
@@ -1058,17 +1058,17 @@ StScrollBar {
|
|||||||
|
|
||||||
/* World clocks */
|
/* World clocks */
|
||||||
.world-clocks-button .world-clocks-city {
|
.world-clocks-button .world-clocks-city {
|
||||||
color: #98abb2;
|
color: #929ba8;
|
||||||
font-weight: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
.world-clocks-button .world-clocks-time {
|
.world-clocks-button .world-clocks-time {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #98abb2;
|
color: #929ba8;
|
||||||
font-feature-settings: "lnum";
|
font-feature-settings: "lnum";
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
.world-clocks-button .world-clocks-timezone {
|
.world-clocks-button .world-clocks-timezone {
|
||||||
color: #627a82;
|
color: #5e6876;
|
||||||
font-feature-settings: "tnum"; }
|
font-feature-settings: "tnum"; }
|
||||||
|
|
||||||
.system-switch-user-submenu-icon.user-icon {
|
.system-switch-user-submenu-icon.user-icon {
|
||||||
@@ -1166,7 +1166,8 @@ StScrollBar {
|
|||||||
icon-size: 32px; }
|
icon-size: 32px; }
|
||||||
|
|
||||||
.nm-dialog-scroll-view {
|
.nm-dialog-scroll-view {
|
||||||
border: 2px solid #161819; }
|
border: 2px solid #161819;
|
||||||
|
background: transparent; }
|
||||||
|
|
||||||
.nm-dialog-header {
|
.nm-dialog-header {
|
||||||
font-weight: bold; }
|
font-weight: bold; }
|
||||||
|
|||||||
Reference in New Issue
Block a user