mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Open menu on long-press.
This commit is contained in:
@@ -24,10 +24,20 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.guac-hide-cursor {
|
||||
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
|
||||
}
|
||||
|
||||
* {
|
||||
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
/* Dialogs */
|
||||
|
||||
div.dialogOuter {
|
||||
display: table;
|
||||
height: 100%;
|
||||
@@ -37,18 +47,6 @@ div.dialogOuter {
|
||||
top: 0;
|
||||
|
||||
visibility: hidden;
|
||||
/*
|
||||
background-image: url('../images/spinner.gif');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
*/
|
||||
|
||||
/*
|
||||
background-image: url('../images/noimage.png');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
div.dialogMiddle {
|
||||
@@ -88,6 +86,20 @@ div.dialog p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#statusText {
|
||||
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
|
||||
font-weight: bold;
|
||||
font-size: xx-large;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.guac-error #statusText {
|
||||
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
|
||||
color: #D44;
|
||||
}
|
||||
|
||||
/* Menu */
|
||||
|
||||
#menu {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
@@ -103,22 +115,6 @@ div.dialog p {
|
||||
background: #D44;
|
||||
}
|
||||
|
||||
#statusText {
|
||||
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
|
||||
font-weight: bold;
|
||||
font-size: xx-large;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.guac-error #statusText {
|
||||
text-shadow: 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black, 0 0 0.25em black;
|
||||
color: #D44;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div#display {
|
||||
position: relative;
|
||||
width: 640px;
|
||||
@@ -165,10 +161,6 @@ div#clipboardDiv textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.guac-hide-cursor {
|
||||
cursor: url('../images/mouse/dot.gif'),url('../images/mouse/blank.cur'),default;
|
||||
}
|
||||
|
||||
div#menuControl {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user