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:
mozilla.mano%sent.com 2005-01-26 22:24:31 +00:00
Родитель c05ca78e14
Коммит b6f1ce7050
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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 {