Always show the corner buttons
This commit is contained in:
parent
8139cf0734
commit
919df01275
2 changed files with 44 additions and 39 deletions
|
|
@ -103,6 +103,7 @@ button:focus {
|
|||
bottom: 0;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#keyboardbutton {
|
||||
|
|
@ -110,6 +111,7 @@ button:focus {
|
|||
bottom: 0;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#keysbutton {
|
||||
|
|
@ -117,6 +119,7 @@ button:focus {
|
|||
top: 0;
|
||||
border-top: none;
|
||||
border-left: none;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue