mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix gnome-shell switches style
This commit is contained in:
@@ -182,7 +182,10 @@ StScrollBar {
|
||||
.toggle-switch {
|
||||
width: 65px;
|
||||
height: 22px;
|
||||
background-size: contain; }
|
||||
background-size: contain;
|
||||
background-image: url("assets/toggle-off.svg"); }
|
||||
.toggle-switch:checked {
|
||||
background-image: url("assets/toggle-on.svg"); }
|
||||
|
||||
.toggle-switch-us {
|
||||
background-image: url("assets/toggle-off.svg"); }
|
||||
@@ -1430,7 +1433,7 @@ StScrollBar {
|
||||
.page-indicator:active .page-indicator-icon {
|
||||
background-image: none;
|
||||
background-color: rgba(255, 255, 255, 0.7); }
|
||||
.page-indicator:checked .page-indicator-icon, .page-indicator:checked:active {
|
||||
.page-indicator:checked .page-indicator-icon {
|
||||
background-image: none;
|
||||
background-color: #FFFFFF;
|
||||
transition-duration: 0s; }
|
||||
|
||||
Reference in New Issue
Block a user