mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Fixed style class and image references
This commit is contained in:
@@ -17,21 +17,21 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
.guac-display .guac-loading {
|
||||
.guac-display.guac-loading {
|
||||
border: 1px dotted gray;
|
||||
background-image: url('images/spinner92.gif');
|
||||
background-image: url('../images/spinner92.gif');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.guac-display .guac-error {
|
||||
.guac-display.guac-error {
|
||||
border: 1px dotted red;
|
||||
background-image: url('images/noimage92.png');
|
||||
background-image: url('../images/noimage92.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.guac-hide-cursor {
|
||||
cursor: url('images/mouse/dot.gif'),url('images/mouse/blank.cur'),default;
|
||||
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
|
||||
}
|
||||
|
||||
|
@@ -55,7 +55,7 @@
|
||||
|
||||
|
||||
<!-- Display -->
|
||||
<div id="display" class="guac-loading">
|
||||
<div id="display" class="guac-display guac-loading">
|
||||
<!-- On-screen keyboard -->
|
||||
<div id="keyboardContainer"></div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user