summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
}