Bug 395781 - Event Dialog: Hyperlinks don't provide visual feedback (focus rectangle) if selected with tab key, patch=ssitter@gmail.com, r=mickey

This commit is contained in:
michael.buettner%sun.com 2007-09-19 08:11:28 +00:00
Родитель e6fde160be
Коммит bf7145bfee
3 изменённых файлов: 0 добавлений и 39 удалений

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

@ -51,19 +51,6 @@ listbox[disabled="true"] {
height: 1em;
}
.text-link:focus {
color: blue;
border: 1px solid transparent;
}
.text-link:hover:active {
color: blue;
}
.text-link[visited="true"] {
color: blue;
}
.status-icon {
margin: 0 3px;
list-style-image: url("chrome://calendar/skin/sun-calendar-event-dialog-attendees.png");

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

@ -51,19 +51,6 @@ listbox[disabled="true"] {
height: 1em;
}
.text-link:focus {
color: blue;
border: 1px solid transparent;
}
.text-link:hover:active {
color: blue;
}
.text-link[visited="true"] {
color: blue;
}
.status-icon {
margin: 0 3px;
list-style-image: url("chrome://calendar/skin/sun-calendar-event-dialog-attendees.png");

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

@ -42,19 +42,6 @@ label.label {
text-align: right;
}
.text-link:focus {
color: blue;
border: 1px solid transparent;
}
.text-link:hover:active {
color: blue;
}
.text-link[visited="true"] {
color: blue;
}
#item-calendar,
#item-categories,
#item-repeat,