diff --git a/css/style.css b/css/style.css index 35e4536..32a9268 100644 --- a/css/style.css +++ b/css/style.css @@ -167,7 +167,6 @@ footer { } #debug-data-input { - line-height: 1.5em; width: 100%; } @@ -186,3 +185,14 @@ footer { font-size: 12px; overflow-x: hidden; } + +.button { + background-color: #eee; + border: 1px solid #bbb; + cursor: pointer; + text-align: center; + user-select: none; + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; +} diff --git a/index.html b/index.html index ae0e02d..35cf31b 100644 --- a/index.html +++ b/index.html @@ -581,10 +581,12 @@