mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 14:27:43 +00:00
Update CSS for Android tablets (static kmw-key-square element)
This commit is contained in:
parent
1538a53333
commit
865f1c6c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
|||
.tablet .kmw-key-row {-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
|
||||
|
||||
.tablet.android .kmw-key-layer-group {background-color: #b4b4b8; border-top: 1px solid #666;}
|
||||
.tablet.android .kmw-key-square {overflow:visible;}
|
||||
.tablet.android .kmw-key-square {overflow:visible; position:static;} /* 4.3 needs static, not fixed */
|
||||
.tablet.android .kmw-key {border: none; border: solid 1px #111; box-shadow:0px 2px 5px #888; border-radius: 3px;}
|
||||
.tablet.android .kmw-key.kmw-key-default {color:#000;background-color:#ddd;}
|
||||
.tablet.android .kmw-key.kmw-key-shift {color:#77f;background-color:#a8a8a8;}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue