add themes
This commit is contained in:
parent
47fac581ee
commit
a7dc41d91c
1336 changed files with 190048 additions and 0 deletions
31
.themes/Dracula-standard-buttons/gtk-3.0/widgets/switch.css
Executable file
31
.themes/Dracula-standard-buttons/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