Files
marble-shell-theme-packaging/theme/gnome-shell/.versions/..46/.css/toggle.css
T
Vladyslav Hroshev 8cce85a437 GNOME dependable installation, structure and style improvements
Split utils in utils.py to a directory
Moved ./gnome-shell_css/ to ./gnome-shell/.css/
2024-09-30 00:14:09 +03:00

15 lines
300 B
CSS

.toggle-switch {
background-image: url("./toggle-off.svg");
}
.toggle-switch:checked {
background-image: url("./toggle-on.svg");
}
.dnd-button .toggle-switch {
background-image: url("./toggle-off_dnd.svg");
}
.dnd-button .toggle-switch:checked {
background-image: url("./toggle-on_dnd.svg");
}