зеркало из https://github.com/mozilla/gecko-dev.git
Bug 256045 - [Mac] Download Manager options give no visual feedback when clicked or hovered over with the mouse. patch by Bruce Davidson <Bruce.Davidson@iplbath.com> r=kmgerich
This commit is contained in:
Родитель
c05ca78e14
Коммит
b6f1ce7050
|
@ -86,6 +86,7 @@ label:last-child {
|
|||
.link {
|
||||
text-decoration: underline;
|
||||
color: blue !important;
|
||||
cursor: pointer;
|
||||
-moz-user-focus: normal;
|
||||
font-size: 100% !important;
|
||||
margin-left: 6px;
|
||||
|
@ -94,6 +95,10 @@ label:last-child {
|
|||
}
|
||||
|
||||
.link:hover:active {
|
||||
color : red !important;
|
||||
}
|
||||
|
||||
.link:focus {
|
||||
}
|
||||
|
||||
progressmeter {
|
||||
|
|
Загрузка…
Ссылка в новой задаче