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+]

git-svn-id: svn://10.0.0.236/trunk@242605 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com
2008-01-07 22:31:28 +00:00
parent 677a9bd90d
commit 9cd225c557
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;