diff options
author | sanine-a <sanine.not@pm.me> | 2021-04-13 12:33:23 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-04-13 12:33:23 -0500 |
commit | ad2e991545f37f3659f40d30c709133b4055bb9e (patch) | |
tree | 0db9e976d4141c506263d7949a159062018c61a6 /style.css | |
parent | c9c1b78ed805371615d3ca8b54c86da9a35db8ce (diff) |
create hint button
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -57,24 +57,23 @@ body { border-radius: 8px; border-style: solid; border-width: 2px; - display: inline; + display: inline-block; } .StyleButtonEnabled { - color: white; - background-color: #2af; + border-color: #2af; } .StyleButtonEnabled:hover { - background-color: #6af; + background-color: #eee; } .StyleButtonDisabled { - color: white; - background-color: #444; + color: #444; + border-color: #444; } |