From 51da2823111d7d5a501b525d3c605b667fbd7643 Mon Sep 17 00:00:00 2001 From: Neil Rashbrook Date: Sun, 26 Apr 2015 22:25:23 +0100 Subject: [PATCH] Bug 1156088 Hide useless "Learn more..." doorhanger link when using the Modern theme r=Ratty --- suite/themes/modern/global/notification.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/suite/themes/modern/global/notification.css b/suite/themes/modern/global/notification.css index e6b112f383..4d597d789f 100644 --- a/suite/themes/modern/global/notification.css +++ b/suite/themes/modern/global/notification.css @@ -81,6 +81,10 @@ popupnotification { margin-top: 4px !important; } +.popup-notification-learnmore-link:not([href]) { + display: none; +} + .popup-notification-closeitem { list-style-image: url("chrome://global/skin/icons/closebox.gif"); }