mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Moved guacamole-specific parts into own lib dir
This commit is contained in:
@@ -128,20 +128,6 @@ div#display {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
div#display.loading {
|
||||
border: 1px dotted gray;
|
||||
background-image: url('images/spinner92.gif');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
div#display.error {
|
||||
border: 1px dotted red;
|
||||
background-image: url('images/noimage92.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#menu img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -178,7 +164,3 @@ div#clipboardDiv textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hideCursor {
|
||||
cursor: url('images/mouse/dot.gif'),url('images/mouse/blank.cur'),default;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user