summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-04-13 12:33:23 -0500
committersanine-a <sanine.not@pm.me>2021-04-13 12:33:23 -0500
commitad2e991545f37f3659f40d30c709133b4055bb9e (patch)
tree0db9e976d4141c506263d7949a159062018c61a6 /style.css
parentc9c1b78ed805371615d3ca8b54c86da9a35db8ce (diff)
create hint button
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 5 insertions, 6 deletions
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;
}