skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Thu Jan 29 11:53:05 CET 2015


 skins/chameleon/styles.less |   27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

New commits:
commit cbe927fdc5f74ab251bfc2c2872ed472239805f1
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Thu Jan 29 11:52:58 2015 +0100

    Fix display or disabled buttons and current day in calendar view

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index f5f2ada..880168f 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -1373,17 +1373,6 @@ input.button,
 	margin: 1px 2px;
 }
 
-input.button.disabled,
-input.button[disabled],
-input.button.disabled:hover,
-input.button[disabled]:hover {
-	background: #e7e7e7;
-	box-shadow: none;
-	-moz-box-shadow: none;
-	-webkit-box-shadow: none;
-	opacity: 0.85;
-}
-
 .ui-dialog .ui-dialog-buttonpane button.mainaction,
 input.button.mainaction {
 	background: #add03e;
@@ -1444,6 +1433,20 @@ input.button.delete:hover {
 	box-shadow: 0 0 0 2px @outline-color !important;
 }
 
+a.button.disabled,
+input.button.disabled,
+input.button[disabled],
+a.button.disabled:hover,
+input.button.disabled:hover,
+input.button[disabled]:hover {
+	color: lighten(@button-color, 50%);
+	background: #e7e7e7;
+	box-shadow: none;
+	-moz-box-shadow: none;
+	-webkit-box-shadow: none;
+	opacity: 0.85;
+}
+
 .pagenav a.button,
 .pagenav a.button:hover,
 .pagenav.dark a.button,
@@ -2668,7 +2671,7 @@ div.tasklist-invitebox .rsvp-status.needs-action {
 }
 
 .calendarmain .fc-state-highlight {
-	background-color: fade(@main-color, 0%);
+	background-color: fade(@main-color, 10%);
 }
 
 .calendarmain .fc-event:focus {




More information about the commits mailing list