зеркало из https://github.com/mozilla/gecko-dev.git
Removing extra padding on XBL form buttons (bug 125460). r=jrgm, sr=ben, a=brendan.
This commit is contained in:
Родитель
87a3425d0d
Коммит
a27ce8e06f
|
@ -117,6 +117,8 @@ button {
|
|||
input[type="button"],input[type="submit"],input[type="reset"] {
|
||||
cursor: default;
|
||||
-moz-box-sizing: border-box;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
input[type="button"] {
|
||||
|
|
|
@ -35,7 +35,6 @@ input[type="button"],
|
|||
input[type="submit"],
|
||||
input[type="reset"] {
|
||||
/* -moz-appearance: button; */
|
||||
margin: 1px 5px 2px 5px;
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow;
|
||||
|
|
|
@ -117,6 +117,8 @@ button {
|
|||
input[type="button"],input[type="submit"],input[type="reset"] {
|
||||
cursor: default;
|
||||
-moz-box-sizing: border-box;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
input[type="button"] {
|
||||
|
|
|
@ -35,7 +35,6 @@ input[type="button"],
|
|||
input[type="submit"],
|
||||
input[type="reset"] {
|
||||
/* -moz-appearance: button; */
|
||||
margin: 1px 5px 2px 5px;
|
||||
border: 3px solid;
|
||||
-moz-border-top-colors: transparent ThreeDHighlight ThreeDLightShadow;
|
||||
-moz-border-right-colors: transparent ThreeDDarkShadow ThreeDShadow;
|
||||
|
|
Загрузка…
Ссылка в новой задаче