elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit 922cc75a2da02c98eb0a45faebe190e4f12126d8
parent 1c420854062cde84e48c6611daff7751a5ef1788
Author: Lootyhoof <lootyhoofer@gmail.com>
Date:   Thu, 20 Apr 2017 16:41:12 +0100

Fix learn more links

Diffstat:
Msrc/chrome/global/notification.css | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css @@ -20,6 +20,11 @@ notification[type="critical"] { color: white; } +.messageText > .text-link { + color: inherit !important; + text-decoration: underline; +} + .messageImage { width: 16px; height: 16px; @@ -57,6 +62,14 @@ notification[type="critical"] { max-width: 24em; } +.popup-notification-learnmore-link { + margin-top: 1em !important; +} + +.popup-notification-learnmore-link:not([href]) { + display: none; +} + .popup-notification-button-container { margin-top: 17px; }