Bug 751444 - The About dialog's focus rings are barely visible in Nightly and Aurora builds. r=dao

This commit is contained in:
Jared Wein 2012-11-07 14:28:17 -08:00
parent 20b13ac90e
commit c6c21e0fe6
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,10 @@
color: #fff !important;
}
.text-link:-moz-focusring {
border-color: #fff;
}
#rightBox {
/* this margin prevents text from overlapping the planet image */
margin-left: 280px;

View File

@ -13,6 +13,10 @@
color: #fff !important;
}
.text-link:-moz-focusring {
border-color: #fff;
}
#rightBox {
/* this margin prevents text from overlapping the planet image */
margin-left: 280px;