From 821b2293cff016d72a2cfe2770eb6b36cbd147a4 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Thu, 25 Sep 2008 08:07:50 -0500 Subject: [PATCH] change the id of a toolbarbutton. no bug, no review, just fiat. --- mobile/chrome/content/browser.xul | 2 +- mobile/chrome/skin/browser.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/chrome/content/browser.xul b/mobile/chrome/content/browser.xul index 44890b4b3abe..dc9c70470fa3 100644 --- a/mobile/chrome/content/browser.xul +++ b/mobile/chrome/content/browser.xul @@ -226,7 +226,7 @@ - + diff --git a/mobile/chrome/skin/browser.css b/mobile/chrome/skin/browser.css index 55fa91168e66..9f0ec01e054b 100644 --- a/mobile/chrome/skin/browser.css +++ b/mobile/chrome/skin/browser.css @@ -179,11 +179,11 @@ toolbarbutton.browser-control-button { -moz-image-region: rect(160px 96px 208px 48px); } -#tool-prefs { +#tool-stuff { -moz-image-region: rect(208px 48px 256px 0px); } -#tool-prefs:hover:active { +#tool-stuff:hover:active { -moz-image-region: rect(208px 96px 256px 48px); }