add themes
This commit is contained in:
parent
47fac581ee
commit
a7dc41d91c
1336 changed files with 190048 additions and 0 deletions
21
.themes/Dracula/gtk-3.0/widgets/spinner.css
Executable file
21
.themes/Dracula/gtk-3.0/widgets/spinner.css
Executable file
|
@ -0,0 +1,21 @@
|
|||
@keyframes spin {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn);
|
||||
}
|
||||
}
|
||||
|
||||
.spinner {
|
||||
background-image: none;
|
||||
background-color: blue;
|
||||
opacity: 0;
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
|
||||
}
|
||||
|
||||
.spinner:active {
|
||||
opacity: 1;
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
.spinner:active:insensitive {
|
||||
opacity: 0.5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue