mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Hide cursor. Fix positioning regression.
This commit is contained in:
@@ -28,7 +28,7 @@ img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.guac-hide-cursor {
|
||||
.software-cursor {
|
||||
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
|
||||
}
|
||||
|
||||
@@ -114,10 +114,8 @@ div.dialog p {
|
||||
background: #D44;
|
||||
}
|
||||
|
||||
div#display {
|
||||
div#display * {
|
||||
position: relative;
|
||||
width: 640px;
|
||||
height: 480px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user