Bug 1352677 - Use 1px top border for the find bar on Linux. r=mikedeboer

MozReview-Commit-ID: 1ChAF1t7tAL

--HG--
extra : rebase_source : b47d3c9a2c9aab2113a0022549963d0bc70d0ade
This commit is contained in:
Dão Gottwald 2017-04-01 11:58:14 +02:00
parent 1b58156c83
commit 4b4adfbe2d

View File

@ -5,8 +5,7 @@
@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;