Outset/inset borders for keys.

This commit is contained in:
Michael Jumper
2012-01-23 10:47:40 -08:00
parent 9d1b845962
commit 0e351933bd

View File

@@ -53,7 +53,7 @@
.guac-keyboard .guac-keyboard-key {
background: #444;
border: 1px solid #888;
border: 1px outset #888;
-moz-border-radius: 0.1em;
-webkit-border-radius: 0.1em;
-khtml-border-radius: 0.1em;
@@ -86,6 +86,7 @@
.guac-keyboard .guac-keyboard-key.guac-keyboard-pressed {
background: #822;
border-color: #D44;
border-style: inset;
}
.guac-keyboard .guac-keyboard-row {