Adwaita: Update spinner styling

Adapt Adwaita to the changes in the previous commit.
This commit is contained in:
Matthias Clasen 2015-10-25 15:21:17 -04:00
parent 9269525f07
commit bd80b1d037
3 changed files with 7 additions and 7 deletions

View File

@ -201,7 +201,7 @@ GtkTextView { // This will get overridden by .view, needed by gedit line numbers
to { -gtk-icon-transform: rotate(1turn); }
}
.spinner {
spinner {
background-image: none;
background-color: blue;
opacity: 0; // non spinning spinner makes no sense

View File

@ -138,15 +138,15 @@ GtkTextView {
@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; }
/****************

View File

@ -138,15 +138,15 @@ GtkTextView {
@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; }
/****************