diff --git a/css/style.css b/css/style.css index b298f40..bcc8b64 100644 --- a/css/style.css +++ b/css/style.css @@ -81,10 +81,14 @@ table { table-layout: fixed; border-spacing: 0; width: 0; + height: 0; } td { border: 1px solid transparent; + padding: 0; + width: 20px; + height: 20px; } #hold { @@ -171,8 +175,8 @@ td { .ghost { background-color: rgba(255, 255, 255, 0.4); - border-color: rgba(255, 255, 255, 0.3); - border-style: inset; + border-color: rgba(255, 255, 255, 0.2); + border-style: solid; } #stats { diff --git a/index.php b/index.php index 6c4a57a..ad566a8 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,7 @@ function addButton($action, $label) { ?>