mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
Use blank.gif rather than dot.gif - the only browser that needed the dot now supports "cursor: none".
This commit is contained in:
@@ -29,7 +29,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.software-cursor {
|
.software-cursor {
|
||||||
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
|
cursor: url('../images/mouse/blank.gif'),url('../images/mouse/blank.cur'),default;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
cursor: none;
|
cursor: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user