From 4f987e0e84b9c073943a95b5824a7f81c9f1f9ad Mon Sep 17 00:00:00 2001 From: championshuttler Date: Sat, 15 Sep 2018 20:52:02 +0000 Subject: [PATCH] Bug 1491536 - Remove obsolete footer image CSS. r=ntim Differential Revision: https://phabricator.services.mozilla.com/D5960 --HG-- extra : moz-landing-system : lando --- browser/base/content/browser.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index a2d4b8a8aeeb..aa572f16cf68 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -506,13 +506,6 @@ toolbar:not(#TabsToolbar) > #personal-bookmarks { } %endif -:root[lwthemefooter=true] #browser-bottombox:-moz-lwtheme { - background-repeat: no-repeat; - background-position: bottom left; - background-color: var(--lwt-accent-color); - background-image: var(--lwt-footer-image); -} - /* Hide menu elements intended for keyboard access support */ #main-menubar[openedwithkey=false] .show-only-for-keyboard { display: none;