Fix loading spinner in the top bar

This commit is contained in:
Thomas Wiringa 2016-03-13 12:06:33 +01:00
parent 617a6b1549
commit 0aff103f31
1 changed files with 2 additions and 1 deletions

View File

@ -846,7 +846,8 @@ StScrollBar {
border: none; }
#appMenu {
spinner-image: url("assets/process-working.svg");
/*spinner-image: url("assets/process-working.svg"); Broken, not compatible with 60 fps. See https://github.com/theRealPadster/Mist-theme/issues/4 */
spinner-image: url("resource:///org/gnome/shell/theme/process-working.svg");
spacing: 4px; }
#appMenu .label-shadow {
color: transparent; }