Integrated simple-keyboard from hodged as a on-screen keyboard #14
This commit is contained in:
parent
6c72b5059f
commit
0ab45c6e68
9 changed files with 145 additions and 92 deletions
24
app/static/css/simple-keyboard_dark.css
Normal file
24
app/static/css/simple-keyboard_dark.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
.simple-keyboard.darkTheme.numeric {
|
||||
width: 13rem;
|
||||
}
|
||||
.simple-keyboard.darkTheme {
|
||||
width: 50rem;
|
||||
max-width: 100%;
|
||||
margin-top: 2rem;
|
||||
background: transparent;
|
||||
}
|
||||
.simple-keyboard.darkTheme .hg-button {
|
||||
height: 50px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: var(--glass-bg);
|
||||
color: white;
|
||||
border: none;
|
||||
border-bottom: 1px solid var(--glass-border-color);
|
||||
}
|
||||
.simple-keyboard.darkTheme .hg-button:active,
|
||||
.simple-keyboard.darkTheme .hg-button:hover {
|
||||
color: white;
|
||||
background: var(--glass-bg-hover);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue