Open menu on long-press.

This commit is contained in:
Michael Jumper
2012-01-24 18:24:05 -08:00
parent db69e717a0
commit 66f11d5c57
2 changed files with 69 additions and 71 deletions

View File

@@ -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;