Set text-indent:0 on all form controls to keep it from inheriting down to the

anonymous blocks inside.  Bug 56253, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@149323 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu 2003-11-14 23:00:56 +00:00
parent f800706e85
commit 4c0aeaa73b
2 changed files with 12 additions and 0 deletions

View File

@ -95,6 +95,7 @@ input {
cursor: text;
-moz-user-focus: normal;
-moz-binding: url("resource://gre/res/builtin/platformHTMLBindings.xml#inputFields");
text-indent: 0;
}
textarea {
@ -113,6 +114,7 @@ textarea {
-moz-user-focus: normal;
-moz-binding: url("resource://gre/res/builtin/platformHTMLBindings.xml#textAreas");
-moz-appearance: textfield;
text-indent: 0;
}
textarea > scrollbar {
@ -143,6 +145,7 @@ select {
border-width: 2px !important;
border-style: inset !important;
-moz-border-radius: 0 !important;
text-indent: 0;
}
/* Need the "select[size][multiple]" selector to override the settings on
@ -205,6 +208,7 @@ option {
line-height: normal !important;
-moz-user-select: none;
-moz-user-focus: none;
text-indent: 0;
}
select > option {
@ -224,6 +228,7 @@ optgroup {
font-weight: bold;
-moz-user-select: none;
-moz-user-focus: none;
text-indent: 0;
}
optgroup > option {
@ -420,6 +425,7 @@ input[type="submit"] {
button {
/* Buttons should lay out like "normal" html, mostly */
white-space: normal;
text-indent: 0;
}
*|*::-moz-button-content {

View File

@ -95,6 +95,7 @@ input {
cursor: text;
-moz-user-focus: normal;
-moz-binding: url("resource://gre/res/builtin/platformHTMLBindings.xml#inputFields");
text-indent: 0;
}
textarea {
@ -113,6 +114,7 @@ textarea {
-moz-user-focus: normal;
-moz-binding: url("resource://gre/res/builtin/platformHTMLBindings.xml#textAreas");
-moz-appearance: textfield;
text-indent: 0;
}
textarea > scrollbar {
@ -143,6 +145,7 @@ select {
border-width: 2px !important;
border-style: inset !important;
-moz-border-radius: 0 !important;
text-indent: 0;
}
/* Need the "select[size][multiple]" selector to override the settings on
@ -205,6 +208,7 @@ option {
line-height: normal !important;
-moz-user-select: none;
-moz-user-focus: none;
text-indent: 0;
}
select > option {
@ -224,6 +228,7 @@ optgroup {
font-weight: bold;
-moz-user-select: none;
-moz-user-focus: none;
text-indent: 0;
}
optgroup > option {
@ -420,6 +425,7 @@ input[type="submit"] {
button {
/* Buttons should lay out like "normal" html, mostly */
white-space: normal;
text-indent: 0;
}
*|*::-moz-button-content {