From 1882e054c98625f889d847ec43a4f00e50744764 Mon Sep 17 00:00:00 2001 From: Nihanth Subramanya Date: Thu, 1 Dec 2016 16:53:18 -0800 Subject: [PATCH] Bug 1320128 - [Captive Portal] Add bottom/top borders to info notifications on Linux. r=Gijs MozReview-Commit-ID: 5G1cjpThRpZ --HG-- extra : rebase_source : 765fbaff1ff65edf04da8a41051d686931089796 --- toolkit/themes/linux/global/notification.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/toolkit/themes/linux/global/notification.css b/toolkit/themes/linux/global/notification.css index bf67213987e9..df198d9b9bf4 100644 --- a/toolkit/themes/linux/global/notification.css +++ b/toolkit/themes/linux/global/notification.css @@ -17,6 +17,16 @@ notification[type="info"] { color: -moz-DialogText; background-color: -moz-Dialog; -moz-appearance: none; + border-top: 1px solid ThreeDShadow; + border-bottom: 1px solid ThreeDShadow; +} + +notificationbox[notificationside="top"] > notification[type="info"] { + border-top-style: none; +} + +notificationbox[notificationside="bottom"] > notification[type="info"] { + border-bottom-style: none; } notification[type="critical"] {