From be8f410d6a4ec31f45b1e7d55033daac2a02ae3f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 4 Jan 2013 23:04:44 +0100 Subject: [PATCH] convert buttons to a more LCARS-like and visible look with a new color scheme --- LCARStrek/global/button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 20d17486..804481f3 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -88,7 +88,7 @@ button[checked="true"] > .button-box { button[disabled="true"], button[disabled="true"]:hover:active { border: none; - background-color: #8050B0 !important; + background-color: #402858 !important; color: #000000 !important; } -- 2.35.3