GUAC-932: Replace green spinner with spinning cog.

This commit is contained in:
Michael Jumper
2014-11-23 02:36:50 -08:00
parent d32ca5bfca
commit 58e73435d3
4 changed files with 71 additions and 11 deletions

View File

@@ -423,14 +423,3 @@ div.logout-panel {
.button.back {
background-image: url('images/action-icons/guac-back.png');
}
.loading {
background-image: url(images/spinner.gif);
background-position: center;
background-repeat: no-repeat;
min-height: 200px;
}
.loading * {
visibility: hidden;
}