зеркало из https://github.com/mozilla/gecko-dev.git
Bug 452800 - use ThreeDLightShadow for borders instead of ThreeDFace or ButtonFace, r=bz
--HG-- extra : commitid : 2Dn7MkLBVwG extra : amend_source : 5d1848497e8694238c1113e8cbf8245ccd0d2f52 extra : transplant_source : %7C%93%27hY%9C/%E1%3C%18%8AT%88%F6%9DS%A3I%22O
This commit is contained in:
Родитель
bd0285d1bf
Коммит
423e03562b
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче