mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 751444 - The About dialog's focus rings are barely visible in Nightly and Aurora builds. r=dao
This commit is contained in:
parent
20b13ac90e
commit
c6c21e0fe6
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user