From 26446d16b2ecf325beb179183e7e32c6795a93bd Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Apr 2015 15:49:48 -0400 Subject: [PATCH] Adjusts default button colors --- src/themes/default/elements/button.variables | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/themes/default/elements/button.variables b/src/themes/default/elements/button.variables index 7b0dcda4a..a0ff45a00 100644 --- a/src/themes/default/elements/button.variables +++ b/src/themes/default/elements/button.variables @@ -84,9 +84,9 @@ --------------------*/ /* Hovered */ -@hoverBackgroundColor: #E8E8E8; +@hoverBackgroundColor: #CACACA; @hoverBackgroundImage: none; -@hoverBoxShadow: ''; +@hoverBoxShadow: none; @hoverColor: @hoveredTextColor; @iconHoverOpacity: 0.85; @@ -101,9 +101,9 @@ @iconFocusOpacity: 0.85; /* Pressed Down */ -@downBackgroundColor: #CCCCCC; +@downBackgroundColor: #BABABA; @downBackgroundImage: ''; -@downPressedShadow: 0px 1px 4px 0px @borderColor inset !important; +@downPressedShadow: none; @downBoxShadow: @borderBoxShadow, @downPressedShadow @@ -111,13 +111,13 @@ @downColor: @pressedTextColor; /* Active */ -@activeBackgroundColor: #D0D0D0; +@activeBackgroundColor: #C0C0C0; @activeBackgroundImage: none; @activeColor: @selectedTextColor; @activeBoxShadow: @borderBoxShadow; /* Active + Hovered */ -@activeHoverBackgroundColor: @activeBackgroundColor; +@activeHoverBackgroundColor: #C0C0C0; @activeHoverBackgroundImage: none; @activeHoverColor: @activeColor; @activeHoverBoxShadow: @activeBoxShadow;