Adding new option: useButtonTag

This commit is contained in:
Francisco Hodge
2018-12-14 00:28:18 -05:00
parent d03f00c0d1
commit 4335f477a1
12 changed files with 39 additions and 18 deletions
+7
View File
@@ -57,6 +57,13 @@ body, html {
justify-content: center;
}
/* When using option "useButtonTag" */
.simple-keyboard button.hg-button {
border-width: 0;
outline: 0;
font-size: inherit;
}
.simple-keyboard.hg-theme-default .hg-button:active {
background: #e4e4e4;
}