forked from AuroraMiddleware/gtk
HighContrast: Update spinner rendering
Adapt HighContrast to the changes in the pre-previous commit.
This commit is contained in:
parent
bd80b1d037
commit
2b20bd54c5
@ -164,7 +164,7 @@ label {
|
||||
to { -gtk-icon-transform: rotate(1turn); }
|
||||
}
|
||||
|
||||
.spinner {
|
||||
spinner {
|
||||
background-image: none;
|
||||
background-color: blue;
|
||||
opacity: 0; // non spinning spinner makes no sense
|
||||
|
@ -182,15 +182,15 @@ label:insensitive, label:backdrop:insensitive {
|
||||
@keyframes spin {
|
||||
to {
|
||||
-gtk-icon-transform: rotate(1turn); } }
|
||||
.spinner {
|
||||
spinner {
|
||||
background-image: none;
|
||||
background-color: blue;
|
||||
opacity: 0;
|
||||
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
|
||||
.spinner:active {
|
||||
spinner:active {
|
||||
opacity: 1;
|
||||
animation: spin 1s linear infinite; }
|
||||
.spinner:active:insensitive {
|
||||
spinner:active:insensitive {
|
||||
opacity: 0.5; }
|
||||
|
||||
/****************
|
||||
|
Loading…
Reference in New Issue
Block a user