Browse Source

Fixed findbar arrows being swapped

Exalm 8 years ago
parent
commit
deb827d30c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      theme/global/findBar.css

+ 2 - 2
theme/global/findBar.css

@@ -28,13 +28,13 @@ findbar[hidden] {
 /* find-next button */
 
 .findbar-find-next > .toolbarbutton-icon {
-  -moz-appearance: button-arrow-up;
+  -moz-appearance: button-arrow-down;
 }
 
 /* find-previous button */
 
 .findbar-find-previous > .toolbarbutton-icon {
-  -moz-appearance: button-arrow-down;
+  -moz-appearance: button-arrow-up;
 }
 
 /* highlight button */