Improvements to the keyboard.
Add a number pad to the keyboard. Make it hidden by default for RLG-Web.
This commit is contained in:
parent
9ddc3c685c
commit
2ab0de0799
6 changed files with 59 additions and 6 deletions
10
tty.css
10
tty.css
|
|
@ -23,6 +23,16 @@ div.key {
|
|||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
div.rkey {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
float: right;
|
||||
border: 2px solid black;
|
||||
margin: 0.2em;
|
||||
text-align: center;
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
div.keysel {
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue