Closed
Bug 713507
Opened 13 years ago
Closed 11 years ago
drop down box looks bad
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: henry.fai.hang.chan, Unassigned)
Details
(Keywords: uiwanted)
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0a1) Gecko/20111225 Firefox/12.0a1
Build ID: 20111225031006
Steps to reproduce:
resource://gre-resources/forms.css
*|*::-moz-dropdown-list {
border-color: black !important;
border-style: outset !important;
border-width: 1px 1px 1px 2px !important;
}
is not platform default.
platform default would be 1px solid #646464 (windows 7 default dropdown box).
Current URL dropdown box is #696969.
Updated•13 years ago
|
Component: General → Layout: Form Controls
Product: Firefox → Core
QA Contact: general → layout.form-controls
Comment 2•13 years ago
|
||
(In reply to henry.fai.hang.chan from comment #0)
> platform default would be 1px solid #646464 (windows 7 default dropdown box).
> Current URL dropdown box is #696969.
What are you refering to? the border color or the background color?
In other words, should we dup this with bug 674443?
Reporter | ||
Comment 3•13 years ago
|
||
border.
i was thinking of hardcoding the values.
dupe of 674443 but proposed solution is different.
674443 seems stale.
should be trivial to fix and and leaving open hurts the look and feel of firefox.
Reporter | ||
Comment 4•11 years ago
|
||
this is an extreme eyesore, especially now that there is Australis.
Comment 5•11 years ago
|
||
This is fixed with Electrolysis, it uses native popup menus.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•