Adding clearer colors for Keyboard

This commit is contained in:
Francisco Hodge 2018-06-29 20:04:31 -04:00
parent 1e16bde389
commit 42e47ef8f9

View File

@ -37,7 +37,7 @@ body, html {
* hg-theme-default theme * hg-theme-default theme
*/ */
.simple-keyboard.hg-theme-default { .simple-keyboard.hg-theme-default {
background-color: rgba(0,0,0,0.2); background-color: rgba(0,0,0,0.1);
padding: 5px; padding: 5px;
border-radius: 5px; border-radius: 5px;
} }
@ -45,12 +45,11 @@ body, html {
.simple-keyboard.hg-theme-default .hg-button { .simple-keyboard.hg-theme-default .hg-button {
box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.3); box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.3);
height: 40px; height: 40px;
border: 1px solid rgba(0,0,0,0.25);
border-radius: 5px; border-radius: 5px;
box-sizing: border-box; box-sizing: border-box;
padding: 5px; padding: 5px;
background: white; background: white;
border-bottom: 1px solid gray; border-bottom: 1px solid #b5b5b5;
} }
.simple-keyboard.hg-theme-default .hg-button:active { .simple-keyboard.hg-theme-default .hg-button:active {