skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Thu Jan 22 09:32:33 CET 2015


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

New commits:
commit 49b764a15e446152d14707f57e3859e09b60285c
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Jan 22 09:32:23 2015 +0100

    Fix disabled toolbar button styles

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index 5ee7e67..f729e2e 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -1125,6 +1125,7 @@ a.iconbutton,
 a.deletebutton,
 a.button span.icon,
 .toolbar a.button,
+.toolbar a.button.disabled,
 .boxpagenav a.icon,
 .draglayercopy:before,
 .dropbutton .dropbuttontip,
@@ -1141,6 +1142,7 @@ div.more-headers,
 #filestoolbar a.button,
 #taskstoolbar a.button {
 	background-image: url(images/buttons.png);
+	background-color: transparent;
 	text-shadow: none;
 }
 




More information about the commits mailing list