2023-02-13 19:31:21 +01:00
|
|
|
.simple-keyboard.darkTheme.numeric {
|
|
|
|
width: 13rem;
|
|
|
|
}
|
|
|
|
.simple-keyboard.darkTheme {
|
|
|
|
width: 50rem;
|
|
|
|
max-width: 100%;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
.simple-keyboard.darkTheme .hg-button {
|
|
|
|
height: 50px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2023-02-17 22:01:09 +01:00
|
|
|
background: var(--bg-color);
|
2023-02-13 19:31:21 +01:00
|
|
|
color: white;
|
|
|
|
border: none;
|
2023-02-17 22:01:09 +01:00
|
|
|
border-bottom: 1px solid var(--border-color);
|
2023-02-13 19:31:21 +01:00
|
|
|
}
|
|
|
|
.simple-keyboard.darkTheme .hg-button:active,
|
|
|
|
.simple-keyboard.darkTheme .hg-button:hover {
|
|
|
|
color: white;
|
2023-02-17 22:01:09 +01:00
|
|
|
background: var(--bg-hover-color);
|
2023-02-13 19:31:21 +01:00
|
|
|
}
|