Bug 772259 - Download history button shouldn't inherit the panel's background. r=paolo

This commit is contained in:
Dão Gottwald 2012-07-10 16:09:48 +02:00
Родитель d9d7fd7dfe
Коммит 574b98e56f
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -20,7 +20,7 @@
}
#downloadsHistory {
background: inherit;
background: transparent;
color: -moz-nativehyperlinktext;
cursor: pointer;
}

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

@ -20,7 +20,7 @@
}
#downloadsHistory {
background: inherit;
background: transparent;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
color: hsl(210,100%,75%);

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

@ -30,7 +30,7 @@
}
#downloadsHistory {
background: inherit;
background: transparent;
color: -moz-nativehyperlinktext;
cursor: pointer;
}