Bug 1319513 - Gray out the "Clear Downloads" item when disabled. r=mak

MozReview-Commit-ID: 5ooWpVF5CwO

--HG--
extra : rebase_source : 0b7dcbee4203368a3957fb7da38a679bb65ae010
This commit is contained in:
Dão Gottwald 2017-02-03 13:15:57 +01:00
Родитель 1ce6a28f32
Коммит 6b20a58f1c
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -20,6 +20,10 @@
color: ButtonText;
}
#placesToolbar > toolbarbutton[disabled=true] {
color: GrayText;
}
/* back button */
#back-button {