author | Gijs Kruitbosch <gijskruitbosch@gmail.com> |
Tue, 14 Apr 2015 20:55:59 +0100 | |
changeset 239310 | 4d05ab7f2bd0bd5462454d97a23b2cb16b9a07e1 |
parent 239309 | 58c91976be4680ab7fe1f15865c1ac0dc9a8ee48 |
child 239311 | e416125133da53eeabccacc37a817807ef6f9319 |
push id | 28589 |
push user | ryanvm@gmail.com |
push date | Wed, 15 Apr 2015 19:13:10 +0000 |
treeherder | mozilla-central@24ccca4707eb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bwinton |
bugs | 1154063 |
milestone | 40.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/themes/shared/aboutReader.css +++ b/toolkit/themes/shared/aboutReader.css @@ -324,17 +324,18 @@ body.loaded { min-width: 300px; text-align: start; position: absolute; left: 48px; /* offset to account for toolbar width */ z-index: 1000; background-color: #fbfbfb; visibility: hidden; border-radius: 4px; - border: 1px 1px 0 1px solid #b5b5b5; + border: 1px solid #b5b5b5; + border-bottom-width: 0; box-shadow: 0 1px 12px #666; } .dropdown-popup > hr { display: none; } .open > .dropdown-popup {