Closed
Bug 530439
Opened 16 years ago
Closed 16 years ago
Thunderbird toolbar menulists (view, folder) should be translucent like gloda search input
Categories
(Mozilla Labs Graveyard :: Personas Plus, defect)
Mozilla Labs Graveyard
Personas Plus
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gekacheka, Assigned: myk)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2b4pre) Gecko/20091120 Namoroka/3.6b4pre
Build Identifier: Personas 1.4; Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.5) Gecko/20091122 Lightning/1.0pre Shredder/3.0.1pre
With Personas installed, in the toolbar, the Thunderbird gloda search input is translucent, but the menulists for view picker or folder are opaque.
Reproducible: Always
Steps to Reproduce:
0. enable personas on thunderbird if necessary and select one.
1. view | toolbars | customize
2. drag view picker and folder picker to toolbar (test both)
Actual Results:
view picker and folder picker have opaque white background.
Look wrong next to translucent background of gloda searchInput
Expected Results:
view picker and folder picker have translucent white background matching gloda searchInput.
Workaround: add the following to
PROFILE-DIR/chrome/userChrome.css
/* let background show through toolbar menulists, as in gloda searchInput */
#messengerWindow[persona] #mail-bar3 > toolbaritem > menulist {
opacity: 0.8;
}
| Assignee | ||
Comment 1•16 years ago
|
||
Thanks for the fix! I've integrated it into Personas in changeset http://hg.mozilla.org/labs/personas/rev/cb44199ef724, and I've pushed a development build with the fix <https://people.mozilla.com/~cbeard/personas/dist/personas-dev-latest.xpi>.
Assignee: cbeard → myk
Status: NEW → RESOLVED
Closed: 16 years ago
OS: Windows 2000 → All
Hardware: x86 → All
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•