From ad2e991545f37f3659f40d30c709133b4055bb9e Mon Sep 17 00:00:00 2001 From: sanine-a Date: Tue, 13 Apr 2021 12:33:23 -0500 Subject: create hint button --- style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index d9873ad..01a0e3b 100644 --- a/style.css +++ b/style.css @@ -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; } -- cgit v1.2.1