mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-07 23:03:09 +08:00
Updated Styling
This commit is contained in:
parent
a1d6bf4fe0
commit
1c98cf85f6
@ -51,6 +51,10 @@ body, html {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: white;
|
background: white;
|
||||||
border-bottom: 1px solid #b5b5b5;
|
border-bottom: 1px solid #b5b5b5;
|
||||||
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-keyboard.hg-theme-default .hg-button:active {
|
.simple-keyboard.hg-theme-default .hg-button:active {
|
||||||
@ -64,3 +68,23 @@ body, html {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd {
|
||||||
|
height: 85px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter {
|
||||||
|
height: 85px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0 {
|
||||||
|
width: 105px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.simple-keyboard.hg-theme-default .hg-button.hg-button-com {
|
||||||
|
max-width: 85px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
|
||||||
|
max-width: 45px;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user