Bug 457801 (2/2) - Fix default placeholder style for XUL textboxes. r=dao a2.0=blocking

This commit is contained in:
Mounir Lamouri 2010-08-25 06:39:55 +02:00
parent 59f7f5fb8a
commit e868b008d1
4 changed files with 20 additions and 0 deletions

View File

@ -65,6 +65,11 @@ html|*.textbox-textarea {
font: inherit;
}
html|*.textbox-input:-moz-placeholder,
html|*.textbox-textarea:-moz-placeholder {
color: GrayText;
}
.textbox-contextmenu {
cursor: default;
}

View File

@ -70,6 +70,11 @@ html|*.textbox-textarea {
font: inherit;
}
html|*.textbox-input:-moz-placeholder,
html|*.textbox-textarea:-moz-placeholder {
color: GrayText;
}
.textbox-contextmenu {
cursor: default;
}

View File

@ -68,6 +68,11 @@ html|*.textbox-textarea {
font: inherit;
}
html|*.textbox-input:-moz-placeholder,
html|*.textbox-textarea:-moz-placeholder {
color: GrayText;
}
.textbox-contextmenu {
cursor: default;
}

View File

@ -70,6 +70,11 @@ html|*.textbox-textarea {
font: inherit;
}
html|*.textbox-input:-moz-placeholder,
html|*.textbox-textarea:-moz-placeholder {
color: GrayText;
}
.textbox-contextmenu {
cursor: default;
}