Bug 405423 - "Text entry with dual focus ring" (fix wrong class selector in editBookmarkOverlay.css) [p=twanno@lycos.nl (Teune van Steeg) r=Mano a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2008-01-07 14:31:27 -08:00
parent 6e87a32dd4
commit 662fa5dde9
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@
color: -moz-FieldText;
}
#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker {
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
/* Normal editable menulists set this to "menulist-textfield". */
-moz-appearance: none;
padding: 2px 2px 3px 4px;

View File

@ -95,7 +95,7 @@
color: -moz-FieldText;
}
#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker {
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
/* Normal editable menulists set this to "menulist-textfield". */
-moz-appearance: none;
padding: 2px 2px 3px 4px;