skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Tue Jan 6 17:46:24 CET 2015


 skins/chameleon/colors.less |    1 +
 skins/chameleon/styles.less |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 335d09e479203e0c5c6e02bf3b274d8bc1ececb9
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jan 6 17:46:20 2015 +0100

    Make button texts black as defined by the screen design

diff --git a/skins/chameleon/colors.less b/skins/chameleon/colors.less
index e9c1a00..f16dd55 100644
--- a/skins/chameleon/colors.less
+++ b/skins/chameleon/colors.less
@@ -3,6 +3,7 @@
 @text-color:  #4c4c4c;
 @main-color:  #e63023;
 @link-color:  #eb594f;
+ at button-color: #000000;
 @light-color: lighten(@main-color, 38%);
 
 @title-text: @main-color;
diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 3372c45..61b8c3f 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -1408,7 +1408,7 @@ input.button,
 	box-shadow: none;
 	-webkit-box-shadow: none;
 	text-shadow: none;
-	color: @text-color;
+	color: @button-color;
 	font-weight: bold;
 	padding: 6px 10px;
 	margin: 1px 2px;
@@ -1443,7 +1443,7 @@ input.button:focus,
 .formbuttons input.button:focus,
 .formbuttons input.button:hover {
 	border: none;
-	color: @text-color;
+	color: @button-color;
 	background: #e0e0e0;
 	box-shadow: none;
 	-webkit-box-shadow: none;




More information about the commits mailing list