Closed Bug 1420750 Opened 6 years ago Closed 5 years ago

Style next and previous buttons in the find panel consistent with Photon

Categories

(Firefox :: Theme, defect, P5)

57 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1469404

People

(Reporter: bug.zilla, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20171123161455

Steps to reproduce:

Pressed Ctrl+F with the dark theme enabled


Actual results:

Next / previous find buttons are styled with a gradient and not flat, consistent with Photon


Expected results:

There should be no gradient background to the buttons.

Suggest something like:

.findbar-find-next {
  background: rgb(72,72,74) !important;
}

.findbar-find-next:active {
  background: black !important;
}

.findbar-find-previous {
  background: rgb(72,72,74) !important;
}

.findbar-find-previous:active {
  background: black !important;
}
Component: Untriaged → Theme
Priority: -- → P5
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.