mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-07 23:03:09 +08:00
Slightly updating demo css
This commit is contained in:
parent
42e47ef8f9
commit
8b8d90f248
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#root .simple-keyboard-preview {
|
#root .simple-keyboard-preview {
|
||||||
background: rgba(0,0,0,0.8);
|
background: rgba(0,0,0,0.8);
|
||||||
border: 20px solid;
|
border: 20px solid rgba(0,0,0,0.1);
|
||||||
height: 300px;
|
height: 300px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
@ -16,13 +16,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#root .input {
|
#root .input {
|
||||||
color: white;
|
color: rgba(255,255,255,0.9);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-keyboard.hg-layout-custom {
|
.simple-keyboard.hg-layout-custom {
|
||||||
|
Loading…
Reference in New Issue
Block a user