Bug 1305755 - Add a text color to .categories-listbox. r=MakeMyDay

This commit is contained in:
Richard Marti 2016-09-28 19:58:45 +02:00
Родитель 7a1a3ac329
Коммит df3ba69f0c
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -60,7 +60,8 @@ treenode-checkbox > .checkbox-label-center-box > .checkbox-label-box > .checkbox
.categories-listbox {
-moz-appearance: none;
background-color: menu;
background-color: Menu;
color: MenuText;
margin: 0 0 4px 0;
border: 0;
}