mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
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:
parent
6e87a32dd4
commit
662fa5dde9
@ -95,7 +95,7 @@
|
|||||||
color: -moz-FieldText;
|
color: -moz-FieldText;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker {
|
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
|
||||||
/* Normal editable menulists set this to "menulist-textfield". */
|
/* Normal editable menulists set this to "menulist-textfield". */
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
padding: 2px 2px 3px 4px;
|
padding: 2px 2px 3px 4px;
|
||||||
|
@ -95,7 +95,7 @@
|
|||||||
color: -moz-FieldText;
|
color: -moz-FieldText;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editBMPanel_namePicker[droppable="false"] > .menulist-dropmarker {
|
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box {
|
||||||
/* Normal editable menulists set this to "menulist-textfield". */
|
/* Normal editable menulists set this to "menulist-textfield". */
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
padding: 2px 2px 3px 4px;
|
padding: 2px 2px 3px 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user