HighContrast: Update spinner rendering

Adapt HighContrast to the changes in the pre-previous commit.
This commit is contained in:
Matthias Clasen 2015-10-25 15:21:52 -04:00
parent bd80b1d037
commit 2b20bd54c5
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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; }
/****************