From c542c43b4a9360703ac50b2562f8cb7d730b6ad7 Mon Sep 17 00:00:00 2001 From: StuffedAnon <stuffedgame@gmail.com> Date: Tue, 19 Mar 2019 22:29:42 +0900 Subject: [PATCH] Style the buttons to be more flat --- src/gui/css/optionsMacro.tw | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/gui/css/optionsMacro.tw b/src/gui/css/optionsMacro.tw index ddd7df49b18..e7de3bd5ae2 100644 --- a/src/gui/css/optionsMacro.tw +++ b/src/gui/css/optionsMacro.tw @@ -30,7 +30,6 @@ border: #555 solid 0.5px; border-top-width: 0; vertical-align: top; - background: linear-gradient(transparent,#222); -moz-user-select: none; min-width: 79px; /* 80px - 1px for border */ display: inline-block; @@ -62,11 +61,11 @@ } .optionMacroOption:hover { - background: linear-gradient(#2F2F2F,#111); + background: #2F2F2F; } .optionMacroSelected { - background: linear-gradient(#2F2F2F,#111); + background: #2F2F2F; padding: 0 10px; min-width: 80px; cursor: pointer; @@ -80,7 +79,7 @@ .optionValue input { padding: 3px; - background: linear-gradient(transparent,#222); + background: transparent; border: #555 solid 0.5px; border-top-width: 0; min-width: unset; -- GitLab