Bug 452800 - use ThreeDLightShadow for borders instead of ThreeDFace or ButtonFace, r=bz

This commit is contained in:
Gijs Kruitbosch 2015-07-16 16:11:09 +01:00
parent da8e291e1f
commit 0eaec3a78a

View File

@ -39,7 +39,7 @@ fieldset {
padding-block-end: 0.75em;
-moz-padding-start: 0.625em;
-moz-padding-end: 0.625em;
border: 2px groove ThreeDFace;
border: 2px groove ThreeDLightShadow;
}
label {
@ -57,7 +57,7 @@ input {
must be the same here, for buttons, and for <select> (including its
internal padding magic) */
padding: 1px;
border: 2px inset ThreeDFace;
border: 2px inset ThreeDLightShadow;
background-color: -moz-Field;
color: -moz-FieldText;
font: -moz-field;
@ -99,7 +99,7 @@ input::-moz-placeholder {
textarea {
margin-block-start: 1px;
margin-block-end: 1px;
border: 2px inset ThreeDFace;
border: 2px inset ThreeDLightShadow;
/* The 1px inline padding is for parity with Win/IE */
-moz-padding-start: 1px;
-moz-padding-end: 1px;
@ -193,7 +193,7 @@ textarea:-moz-read-write {
select {
margin: 0;
border-color: ThreeDFace;
border-color: ThreeDLightShadow;
background-color: -moz-Combobox;
color: -moz-ComboboxText;
font: -moz-list;
@ -380,7 +380,7 @@ select:disabled:disabled /* Need the pseudo-class twice to have the specificity
{
-moz-user-input: disabled;
color: GrayText;
background-color: ThreeDFace;
background-color: ThreeDLightShadow;
cursor: inherit;
}
@ -527,7 +527,7 @@ input[type="checkbox"] {
/* same colors as |input| rule, but |!important| this time. */
background-color: -moz-Field ! important;
color: -moz-FieldText ! important;
border: 2px inset ThreeDFace ! important;
border: 2px inset ThreeDLightShadow ! important;
}
input[type="radio"]:disabled,
@ -581,7 +581,7 @@ input[type="submit"] {
-moz-padding-end: 6px;
padding-block-end: 0px;
-moz-padding-start: 6px;
border: 2px outset ButtonFace;
border: 2px outset ThreeDLightShadow;
background-color: ButtonFace;
cursor: default;
box-sizing: border-box;
@ -695,7 +695,7 @@ input[type="submit"]:disabled {
-moz-padding-end: 6px;
padding-block-end: 0px;
-moz-padding-start: 6px;
border: 2px outset ButtonFace;
border: 2px outset ThreeDLightShadow;
cursor: inherit;
}