mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +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 {
|
.shown .status {
|
||||||
visibility: visible;
|
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 {
|
.button.back {
|
||||||
background-image: url('images/action-icons/guac-back.png');
|
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