From 6b20a58f1c1e3f6f22c64051006168921ca2a970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Fri, 3 Feb 2017 13:15:57 +0100 Subject: [PATCH] Bug 1319513 - Gray out the "Clear Downloads" item when disabled. r=mak MozReview-Commit-ID: 5ooWpVF5CwO --HG-- extra : rebase_source : 0b7dcbee4203368a3957fb7da38a679bb65ae010 --- browser/themes/linux/places/organizer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/browser/themes/linux/places/organizer.css b/browser/themes/linux/places/organizer.css index 03b443b074cd..d1881dbb4674 100644 --- a/browser/themes/linux/places/organizer.css +++ b/browser/themes/linux/places/organizer.css @@ -20,6 +20,10 @@ color: ButtonText; } +#placesToolbar > toolbarbutton[disabled=true] { + color: GrayText; +} + /* back button */ #back-button {