skins/chameleon

Aleksander Machniak machniak at kolabsys.com
Fri Jan 23 20:14:27 CET 2015


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

New commits:
commit 8cb43bf191cffc0685c0fd8dca15698c3d312a47
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Fri Jan 23 14:14:02 2015 -0500

    Fix background of disabled buttons in toolbar

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index f7aae4b..debe1e1 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -1144,6 +1144,8 @@ div.more-headers,
 	background-image: url(images/buttons.png);
 	background-color: transparent;
 	text-shadow: none;
+	box-shadow: none;
+	-webkit-box-shadow: none;
 }
 
 .dropbutton .dropbuttontip {
@@ -1354,10 +1356,8 @@ input.button,
 	margin: 1px 2px;
 }
 
-a.button.disabled,
 input.button.disabled,
 input.button[disabled],
-a.button.disabled:hover,
 input.button.disabled:hover,
 input.button[disabled]:hover {
 	background: #e7e7e7;




More information about the commits mailing list