Merge pull request #276 from DuckThom/master

Fix loading spinner in the top bar
This commit is contained in:
Sam Hewitt 2016-03-16 16:46:18 -04:00
commit 259ced7449
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; }