mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
Refactored CSS to new requirements from OSK changes.
This commit is contained in:
@@ -47,26 +47,26 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.guacamole-keyboard .guacamole-keyboard-key {
|
.guacamole-keyboard .guacamole-keyboard-key-container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.guacamole-keyboard .guacamole-keyboard-cap {
|
.guacamole-keyboard .guacamole-keyboard-key {
|
||||||
|
|
||||||
background: #444;
|
background: #444;
|
||||||
border: 1px solid #888;
|
border: 1px solid #888;
|
||||||
-moz-border-radius: 0.25em;
|
-moz-border-radius: 0.1em;
|
||||||
-webkit-border-radius: 0.25em;
|
-webkit-border-radius: 0.1em;
|
||||||
-khtml-border-radius: 0.25em;
|
-khtml-border-radius: 0.1em;
|
||||||
border-radius: 0.25em;
|
border-radius: 0.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.guacamole-keyboard .guacamole-keyboard-cap {
|
||||||
color: white;
|
color: white;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 50%;
|
font-size: 50%;
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.guacamole-keyboard .guacamole-keyboard-key:hover .guacamole-keyboard-cap {
|
.guacamole-keyboard .guacamole-keyboard-key:hover .guacamole-keyboard-cap {
|
||||||
@@ -99,3 +99,10 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.guacamole-keyboard .guacamole-keyboard-requires-caps {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.guacamole-keyboard .guacamole-keyboard-key .guacamole-keyboard-requires-shift {
|
||||||
|
display: none;
|
||||||
|
}
|
Reference in New Issue
Block a user