diff --git a/guacamole/web-client/web/guac-web-lib/css/guacamole.css b/guacamole/web-client/web/guac-web-lib/css/guacamole.css index 5c2bc6aff..471c2fb3e 100644 --- a/guacamole/web-client/web/guac-web-lib/css/guacamole.css +++ b/guacamole/web-client/web/guac-web-lib/css/guacamole.css @@ -17,21 +17,21 @@ * along with this program. If not, see . */ -.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; } diff --git a/guacamole/web-client/web/index.html b/guacamole/web-client/web/index.html index 38d038119..8420cf3bf 100644 --- a/guacamole/web-client/web/index.html +++ b/guacamole/web-client/web/index.html @@ -55,7 +55,7 @@ -
+