Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 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