diff options
| author | Servail <45024837+Servail@users.noreply.github.com> | 2019-07-09 15:34:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-09 15:34:45 +0300 |
| commit | 03c05965e761f92e7afb33b6cad4a48acd10a809 (patch) | |
| tree | 020957b950a924392792aed5a7671747e94a4862 | |
| parent | d8b1a166558cd240e0cec0104823b2d80b6f1499 (diff) | |
Update findBar.css
| -rw-r--r-- | src/chrome/global/findBar.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/findBar.css b/src/chrome/global/findBar.css index fbd2212..2fb57de 100644 --- a/src/chrome/global/findBar.css +++ b/src/chrome/global/findBar.css | |||
| @@ -82,7 +82,7 @@ findbar[hidden] { | |||
| 82 | .findbar-find-previous, | 82 | .findbar-find-previous, |
| 83 | .findbar-find-next { | 83 | .findbar-find-next { |
| 84 | -moz-appearance: none; | 84 | -moz-appearance: none; |
| 85 | background: rgb(50,50,50); | 85 | background: rgb(0,0,0); |
| 86 | border: 1px solid rgb(75,75,75); | 86 | border: 1px solid rgb(75,75,75); |
| 87 | list-style-image: url("chrome://global/skin/icons/find-arrows.png"); | 87 | list-style-image: url("chrome://global/skin/icons/find-arrows.png"); |
| 88 | padding: 2px 6px; | 88 | padding: 2px 6px; |
| @@ -93,7 +93,7 @@ findbar[hidden] { | |||
| 93 | 93 | ||
| 94 | .findbar-find-previous:not([disabled]):active, | 94 | .findbar-find-previous:not([disabled]):active, |
| 95 | .findbar-find-next:not([disabled]):active { | 95 | .findbar-find-next:not([disabled]):active { |
| 96 | background: rgb(110,110,110); | 96 | background: rgb(1,1,1); |
| 97 | } | 97 | } |
| 98 | 98 | ||
| 99 | .findbar-find-previous { | 99 | .findbar-find-previous { |
