Skip to content

Commit

Permalink
Fix spinner in unity-greeter
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Feb 3, 2015
1 parent 51b4fa1 commit 06657ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gtk-3.0/apps/lightdm-unity-greeter.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,12 @@
border-color: alpha(white, 0.9);
color: white;
}

@keyframes dashentry_spinner {
to { -gtk-icon-transform: rotate(1turn); }
}

.lightdm.entry:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: dashentry_spinner 1s infinite linear;
}

0 comments on commit 06657ad

Please sign in to comment.