8cce85a437
Split utils in utils.py to a directory Moved ./gnome-shell_css/ to ./gnome-shell/.css/
15 lines
300 B
CSS
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");
|
|
} |