GNOME dependable installation, structure and style improvements
Split utils in utils.py to a directory Moved ./gnome-shell_css/ to ./gnome-shell/.css/
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.toggle-switch .handle {
|
||||
/* toggle-switch height - handle margin * 2 */
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
margin: 2px;
|
||||
background-color: TEXT-SECONDARY-COLOR;
|
||||
}
|
||||
|
||||
.toggle-switch:checked .handle {
|
||||
background-color: BUTTON-TEXT-COLOR;
|
||||
}
|
||||
|
||||
.dnd-button .toggle-switch .handle {
|
||||
/* toggle-switch height - handle margin * 2 */
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 6px;
|
||||
margin: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user