skins/chameleon

Thomas Brüderli bruederli at kolabsys.com
Tue Jan 27 16:23:46 CET 2015


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

New commits:
commit 07e99e3fa0b89fe2d785746f2bce024d830cb0c7
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue Jan 27 16:20:34 2015 +0100

    Add -moz properties for FF 3.6 support (#4233)

diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index e21884d..f5f2ada 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -57,6 +57,7 @@ body.login #header {
 	border: 0;
 	border-radius: 0;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -86,6 +87,7 @@ body.login #header {
 #login-form td.input input[type="text"],
 #login-form td.input input[type="password"] {
 	padding: 8px;
+	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	font-size: 14px;
 }
@@ -110,8 +112,10 @@ body.login #header {
 	text-shadow: none;
 	color: #fff;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	background: @main-color;
+	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	font-size: 14px;
 }
@@ -119,6 +123,7 @@ body.login #header {
 #login-form input.button:hover,
 #login-form input.button:focus {
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	background: darken(@main-color, 7%);
 }
@@ -430,6 +435,7 @@ body.login #header {
 	border: none;
 	border-radius: 0;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	text-shadow: none;
 	opacity: 0.95;
@@ -461,6 +467,7 @@ html.mozilla #mailboxlist > li:first-child,
 	border-radius: 0;
 	border: none;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	text-shadow: none;
 }
@@ -753,6 +760,7 @@ textarea {
 	border-radius: 1px;
 	border: 1px solid #dbdbdb;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	background: #fff;
 }
@@ -763,6 +771,7 @@ input.button:focus,
 textarea:focus {
 	border-color: @outline-color !important;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	outline: 2px solid @outline-color;
 }
@@ -823,6 +832,7 @@ h3.subject {
 #all-headers {
 	border-radius: 0;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	background: #fff;
 	border: 1px solid #ededed;
@@ -869,6 +879,7 @@ h3.subject {
 	border-radius: 0;
 	background: none;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -976,6 +987,7 @@ ul.toolbarmenu li span.icon.tagremoveall {
 }
 
 #preferences-details fieldset.advanced legend {
+	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
@@ -1146,6 +1158,7 @@ div.more-headers,
 	background-color: transparent;
 	text-shadow: none;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -1227,6 +1240,7 @@ table.propform td.title {
 	border-radius: 0;
 	margin: 0;
 	padding: @box-padding;
+	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
@@ -1330,6 +1344,7 @@ a.iconbutton:focus,
 .pagenav a.button:focus {
 	border-color: @focus-color;
 	-webkit-box-shadow: 0 0 0 2px @outline-color;
+	-moz-box-shadow: 0 0 0 2px @outline-color;
 	box-shadow: 0 0 0 2px @outline-color;
 }
 
@@ -1348,6 +1363,7 @@ input.button,
 	border: none;
 	border-radius: 2px;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	text-shadow: none;
 	color: @button-color;
@@ -1363,6 +1379,7 @@ input.button.disabled:hover,
 input.button[disabled]:hover {
 	background: #e7e7e7;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	opacity: 0.85;
 }
@@ -1372,6 +1389,7 @@ input.button.mainaction {
 	background: #add03e;
 	color: #fff;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	text-shadow: none;
 }
@@ -1395,6 +1413,7 @@ input.button:focus,
 	color: @button-color;
 	background: #e0e0e0;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -1403,6 +1422,7 @@ input.button:focus,
 input.button.mainaction:focus,
 input.button.mainaction:hover {
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	border: none;
 	color: #fff;
@@ -1420,6 +1440,7 @@ input.button.delete:hover {
 .ui-dialog .ui-dialog-titlebar-close.ui-button:focus,
 .ui-dialog .ui-dialog-titlebar-close.ui-button.ui-state-focus {
 	-webkit-box-shadow: 0 0 0 2px @outline-color !important;
+	-moz-box-shadow: 0 0 0 2px @outline-color !important;
 	box-shadow: 0 0 0 2px @outline-color !important;
 }
 
@@ -1435,6 +1456,7 @@ input.button.delete:hover {
 	height: 16px;
 	border-radius: 0;
 	-webkit-box-shadow: none;
+	-moz-box-shadow: none;
 	box-shadow: none;
 	text-shadow: none;
 }
@@ -1458,6 +1480,7 @@ a.button span.icon,
 
 .buttongroup {
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	background-color: #ededed;
 	border-color: @main-color;
@@ -1488,6 +1511,7 @@ a.button span.icon,
 .buttongroup a.button,
 .buttongroup a.button.selected {
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	border: none;
 	background-color: transparent;
@@ -1498,6 +1522,7 @@ a.button span.icon,
 	color: #fff;
 	background: @main-color;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -1861,6 +1886,7 @@ a.button.changeformat.text.selected span.icon {
 #compose-attachments.droptarget.hover,
 #compose-attachments.droptarget.active {
 	-webkit-box-shadow: 0 0 0 2px @outline-color inset;
+	-moz-box-shadow: 0 0 0 2px @outline-color inset;
 	box-shadow: 0 0 0 2px @outline-color inset;
 	border-color: @outline-color;
 }
@@ -1877,6 +1903,7 @@ a.button.changeformat.text.selected span.icon {
 .ui-menu {
 	border-radius: 0 !important;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -1966,6 +1993,7 @@ a.button.changeformat.text.selected span.icon {
 .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
 	background: #ededed;
 	color: @text-color;
+	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	padding-bottom: 10px;
 	height: 45px;
@@ -1988,6 +2016,8 @@ a.button.changeformat.text.selected span.icon {
 
 .ui-datepicker {
 	box-shadow: none;
+	-moz-box-shadow: none;
+	-webkit-box-shadow: none;
 	border: 1px solid #ededed;
 }
 
@@ -2275,6 +2305,7 @@ a.button.changeformat.text.selected span.icon {
 	color: @list-selected-text;
 	background: @list-selected-background;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	padding: 2px;
 }
@@ -2458,6 +2489,7 @@ a.button.changeformat.text.selected span.icon {
 	background: url(images/buttons.png) -6px -226px no-repeat;
 	overflow: hidden;
 	-webkit-box-shadow: none;
+	-moz-box-shadow: none;
 	box-shadow: none;
 }
 
@@ -2469,6 +2501,7 @@ a.button.changeformat.text.selected span.icon {
 #calendars .treelist li span.handle,
 .calendarmain .fc-view-table .fc-event-handle .fc-event-inner {
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	border: none;
 	width: 12px;
@@ -2720,9 +2753,11 @@ div.calendar-invitebox .folder-select {
 	padding: 10px 10px 10px 32px;
 	height: 34px;
 	z-index: 0;
+	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	border: 0;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	border-radius: 0;
 }
@@ -2796,6 +2831,7 @@ div.calendar-invitebox .folder-select {
 .taskhead:focus, .taskhead.droptarget {
 	border-color: @outline-color !important;
 	-webkit-box-shadow: 0 0 0 2px @focus-color inset;
+	-moz-box-shadow: 0 0 0 2px @focus-color inset;
 	box-shadow: 0 0 0 2px @focus-color inset;
 }
 
@@ -2853,6 +2889,7 @@ div.calendar-invitebox .folder-select {
 	border-color: transparent;
 	border-radius: 2px;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 	text-shadow: none;
 	color: @hightlight-text;
@@ -2873,6 +2910,7 @@ div.calendar-invitebox .folder-select {
 #taskselector li .count {
 	background: #3a3a3a;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -2894,6 +2932,7 @@ div.calendar-invitebox .folder-select {
 	border: none;
 	border-radius: 2px;
 	box-shadow: none;
+	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
 }
 
@@ -3375,6 +3414,10 @@ div.actionrow:hover {
 	background-image: url(images/watermark.png);
 }
 
+.notesview #notedetailsbox .formbuttons {
+	padding: 6px 12px;
+}
+
 .notesdialog #notedetailstitle {
 	background: none;
 	border-bottom: 0;




More information about the commits mailing list