win32: Make spinner animate

This commit is contained in:
Alexander Larsson 2012-03-15 20:29:09 +01:00
parent 3b8cf23fbc
commit 84b2d41a98

View File

@ -77,6 +77,10 @@ GtkFrame {
color: #fff;
}
.spinner:active {
transition: 750ms linear lop;
}
GtkScrolledWindow.frame {
border-style: solid;
border-width: 2px;