Closed
Bug 493293
Opened 15 years ago
Closed 15 years ago
"Advanced" search tab does not blend into search box background gradient
Categories
(addons.mozilla.org Graveyard :: Collections, defect)
addons.mozilla.org Graveyard
Collections
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.6
People
(Reporter: wenzel, Assigned: nat)
Details
(Keywords: polish)
Attachments
(2 files)
That's the same as bug 438713 for the old layout.
The background color needs to be: #26395A
Reporter | ||
Comment 1•15 years ago
|
||
Natbat, please fix this upstream so it won't overwrite our fix. I fixed it locally in revision r25799.
The patch to fix this is:
diff --git a/site/app/webroot/css/amo2009/main.css b/site/app/webroot/css/amo2009/main.css
index 51627b2..cf69a01 100644
--- a/site/app/webroot/css/amo2009/main.css
+++ b/site/app/webroot/css/amo2009/main.css
@@ -2251,7 +2251,7 @@ ol.pagination li a:active {
border-radus: 0 0 5px 5px;
border: 1px solid #021437;
border-top: none;
- background-color: #223355;
+ background-color: #26395A;
}
/* @group Expanded search form */
Assignee: nobody → nat
Component: Public Pages → Bandwagon
QA Contact: web-ui → bandwagon
Target Milestone: --- → 5.0.6
Reporter | ||
Comment 2•15 years ago
|
||
Assignee | ||
Comment 3•15 years ago
|
||
Hello Frédéric,
Thanks for spotting this I have applied your patch in our local build. Revision 2510.
Kind regards,
Natalie
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Reopening; I don't see this fixed, and bug 490889 is resolved fixed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 5•15 years ago
|
||
The color is still the same as in comment 1 though. Which one do you think it needs to be instead?
Comment 6•15 years ago
|
||
Yes, my bad; color is fine -- I was focusing on the | | part of the tab that extends into the border of the search border -- but that's a separate "bug", if indeed a bug at all (and probably by design).
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•