Bug 547224 follow-up: Comment out -moz-placeholder use until it's actually implemented (bug 457801)

This commit is contained in:
Dão Gottwald 2010-03-07 22:05:01 +01:00
parent d5626e719c
commit 6788c0a2c8
4 changed files with 8 additions and 1 deletions

View File

@ -1344,9 +1344,11 @@ richlistitem[selected="true"][current="true"] > hbox > .ac-result-type-bookmark,
color: inherit;
}
/*
#editBMPanel_tagsField > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder {
color: #bbb !important;
}
*/
#editBMPanel_tagsField[focused="true"],
#editBMPanel_namePicker[droppable="false"][focused="true"] > .menulist-editable-box {

View File

@ -554,10 +554,12 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
color: black;
}
/*
#urlbar:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder,
.searchbar-textbox:-moz-lwtheme > .autocomplete-textbox-container > .textbox-input-box > html|*.textbox-input:-moz-placeholder {
color: #777;
}
*/
#urlbar:-moz-lwtheme[focused="true"],
.searchbar-textbox:-moz-lwtheme[focused="true"] {

View File

@ -14,6 +14,7 @@ html|*.textbox-textarea {
-moz-box-sizing: border-box;
}
/*
html|*.textbox-input:-moz-placeholder,
html|*.textbox-textarea:-moz-placeholder {
text-align: left;
@ -25,4 +26,4 @@ html|*.textbox-textarea:-moz-placeholder:-moz-locale-dir(rtl) {
text-align: right;
direction: rtl;
}
*/

View File

@ -1,5 +1,7 @@
%include textbox.css
/*
textbox html|*.textbox-input:-moz-placeholder:-moz-system-metric(windows-default-theme) {
font-style: italic;
}
*/