summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLootyhoof <lootyhoofer@gmail.com>2017-04-20 16:41:12 +0100
committerLootyhoof <lootyhoofer@gmail.com>2017-04-20 16:41:12 +0100
commit922cc75a2da02c98eb0a45faebe190e4f12126d8 (patch)
tree53e02b850830d0d333fb372ebecaadea3c05072b
parent1c420854062cde84e48c6611daff7751a5ef1788 (diff)
Fix learn more links
-rw-r--r--src/chrome/global/notification.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/chrome/global/notification.css b/src/chrome/global/notification.css
index 5795c72..627fc86 100644
--- a/src/chrome/global/notification.css
+++ b/src/chrome/global/notification.css
@@ -20,6 +20,11 @@ notification[type="critical"] {
20 color: white; 20 color: white;
21} 21}
22 22
23.messageText > .text-link {
24 color: inherit !important;
25 text-decoration: underline;
26}
27
23.messageImage { 28.messageImage {
24 width: 16px; 29 width: 16px;
25 height: 16px; 30 height: 16px;
@@ -57,6 +62,14 @@ notification[type="critical"] {
57 max-width: 24em; 62 max-width: 24em;
58} 63}
59 64
65.popup-notification-learnmore-link {
66 margin-top: 1em !important;
67}
68
69.popup-notification-learnmore-link:not([href]) {
70 display: none;
71}
72
60.popup-notification-button-container { 73.popup-notification-button-container {
61 margin-top: 17px; 74 margin-top: 17px;
62} 75}