Bug 1277638 - Only lighten up the toolbox bottom border for inactive windows. r=mconley

MozReview-Commit-ID: DBREj8jNsb7

--HG--
extra : rebase_source : 2b54e9743671082680d69a09145e701971f3f8b6
This commit is contained in:
Markus Stange 2016-06-02 15:02:06 -04:00
parent 4d279191b4
commit 4e5b62b13a

View File

@ -65,7 +65,7 @@
}
@media (-moz-mac-yosemite-theme) {
#navigator-toolbox::after {
#navigator-toolbox:-moz-window-inactive::after {
background-image: linear-gradient(to top, hsla(0,0%,0%,.1), hsla(0,0%,0%,.1) 1px, hsla(0,0%,100%,0) 1px, hsla(0,0%,100%,0) 2px, transparent 3px);
}
}