Bug 1352677 - Use 1px top border for the find bar on Linux. r?mikedeboer draft
authorDão Gottwald <dao@mozilla.com>
Sat, 01 Apr 2017 11:58:14 +0200
changeset 554651 e749a62c1cb2a430fdde675c40d4fc831dcf9090
parent 554422 13f5ae940c4eb099b987484885f9edf71ed0380b
child 622409 4452a55d5f724f92945838c2560025e7ff6bc1ea
push id52019
push userdgottwald@mozilla.com
push dateSat, 01 Apr 2017 09:58:37 +0000
reviewersmikedeboer
bugs1352677
milestone55.0a1
Bug 1352677 - Use 1px top border for the find bar on Linux. r?mikedeboer MozReview-Commit-ID: 1ChAF1t7tAL
toolkit/themes/linux/global/findBar.css
--- a/toolkit/themes/linux/global/findBar.css
+++ b/toolkit/themes/linux/global/findBar.css
@@ -1,17 +1,16 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 findbar {
-  border-top: 2px solid;
-  -moz-border-top-colors: ThreeDShadow ThreeDHighlight;
+  border-top: 1px solid ThreeDShadow;
   min-width: 1px;
   transition-property: margin-bottom, opacity, visibility;
   transition-duration: 150ms, 150ms, 0s;
   transition-timing-function: ease-in-out, ease-in-out, linear;
 }
 
 findbar[hidden] {
   /* Override display:none to make the transition work. */