Bug 488884. Blue Learn More link is really hard to read on the mac. r=gavin

This commit is contained in:
Doug Turner 2009-04-30 22:04:16 -07:00
parent 605a6db03b
commit 91bb89b639

View File

@ -84,3 +84,11 @@ notification[type="critical"] .messageImage {
-moz-border-radius: 100%;
-moz-box-shadow: 0 0 3px 3px -moz-mac-focusring;
}
/* geolocation adds a text-link for a "Learn more..." link.
normal blue color of text-link is hard to read.
*/
notification[type="info"] .text-link {
color: rgba(255,255,255,0.95) !important;
}