mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-897 New loading styling belongs in ui.css, not status.css.
This commit is contained in:
@@ -109,14 +109,3 @@
|
||||
.shown .status {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.loading {
|
||||
background-image: url(images/spinner.gif);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.loading * {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
@@ -625,3 +625,14 @@ 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;
|
||||
}
|
Reference in New Issue
Block a user