Bug 803977 - Focus ring around buttons in the downloads panel should be rectangular. r=mak

This commit is contained in:
Dão Gottwald 2012-10-23 13:52:49 +02:00
parent ede9f6a2ea
commit d1725f9f31
3 changed files with 0 additions and 3 deletions

View File

@ -61,7 +61,6 @@ richlistitem[type="download"]:last-child {
#downloadsListBox:-moz-focusring > richlistitem[type="download"][selected] {
outline: 1px -moz-dialogtext dotted;
outline-offset: -1px;
-moz-outline-radius: 3px;
}
.downloadTypeIcon {

View File

@ -77,7 +77,6 @@ richlistitem[type="download"]:last-child {
#downloadsListBox:-moz-focusring > richlistitem[type="download"][selected] {
outline: 1px -moz-dialogtext dotted;
outline-offset: -1px;
-moz-outline-radius: 3px;
}
.downloadTypeIcon {

View File

@ -72,7 +72,6 @@ richlistitem[type="download"]:first-child {
#downloadsListBox:-moz-focusring > richlistitem[type="download"][selected] {
outline: 1px -moz-dialogtext dotted;
outline-offset: -1px;
-moz-outline-radius: 3px;
}
.downloadTypeIcon {