mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user