New Setup 📦
This commit is contained in:
parent
d16174b447
commit
415dbd08a1
10194 changed files with 1368647 additions and 4 deletions
31
themes/gtk/Dracula/gtk-3.0/widgets/switch.css
Executable file
31
themes/gtk/Dracula/gtk-3.0/widgets/switch.css
Executable file
|
@ -0,0 +1,31 @@
|
|||
/*************
|
||||
* GtkSwitch *
|
||||
*************/
|
||||
|
||||
GtkSwitch {
|
||||
-GtkSwitch-slider-width: 30;
|
||||
border: none;
|
||||
font: 1;
|
||||
}
|
||||
|
||||
GtkSwitch.trough {
|
||||
background-color: transparent;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 center;
|
||||
border-color: transparent;
|
||||
border-image: none;
|
||||
border-style: none;
|
||||
color: transparent;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
GtkSwitch.trough:active {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
GtkSwitch.slider {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 center;
|
||||
background-color: transparent;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue