mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Bug 488884. Blue Learn More link is really hard to read on the mac. r=gavin
This commit is contained in:
parent
605a6db03b
commit
91bb89b639
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user