Bug #298949 --> Thunderbird's Extension Manager Dialog is DOA

Fix the regression caused by Bug #285584
This commit is contained in:
scott%scott-macgregor.org 2005-06-27 21:55:33 +00:00
parent 2a3bb9d1e0
commit 8c4d4ea1d5

View File

@ -90,6 +90,12 @@
outline: 1px dotted invert ! important;
}
richlistbox {
margin: 10px 10px 5px 10px;
-moz-appearance: listbox;
background-color: Window;
}
/* Extension List Items */
extension[selected="true"] {
background-image: url("chrome://mozapps/skin/shared/itemSelected.png");