diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index 954e02bdee6..a858d996e1f 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -178,10 +178,6 @@ type="checkbox" group="sidebar" sidebarurl="chrome://browser/content/history/history-panel.xul" oncommand="toggleSidebar('viewHistorySidebar');"/> - - @@ -254,8 +250,7 @@ - - + @@ -664,7 +659,6 @@ - @@ -1005,10 +999,6 @@ observes="viewBookmarksSidebar" tooltiptext="&bookmarksButton.tooltip;"/> - - - - @@ -253,9 +251,6 @@ - - - diff --git a/browser/base/skin/browser.css b/browser/base/skin/browser.css index 68d16925616..7ef744ef297 100644 --- a/browser/base/skin/browser.css +++ b/browser/base/skin/browser.css @@ -302,18 +302,6 @@ toolbar[mode="text"] .toolbarbutton-text { -moz-image-region: rect(64px 224px 96px 192px); } -/* FIXME: Bogus placeholder (using bookmarks image) until we have an icon in this theme for web panels */ -#webpanels-button { - -moz-image-region: rect(0px 256px 32px 224px); -} -#webpanels-button:hover, -#webpanels-button[checked="true"] { - -moz-image-region: rect(32px 256px 64px 224px); -} -#webpanels-button[disabled="true"] { - -moz-image-region: rect(64px 256px 96px 224px); -} - #cut-button { -moz-image-region: rect(0px 384px 32px 352px); } @@ -454,20 +442,6 @@ toolbar[iconsize="small"] #bookmarks-button[disabled="true"] { -moz-image-region: rect(40px 160px 60px 140px) !important; } -/* FIXME: Bogus placeholder for Web Panels. Using the small Bookmarks button image - until we get an image. */ -toolbar[iconsize="small"] #webpanels-button { - -moz-image-region: rect(0px 160px 20px 140px); -} -toolbar[iconsize="small"] #webpanels-button:hover, -toolbar[iconsize="small"] #webpanels-button[checked="true"] { - -moz-image-region: rect(20px 160px 40px 140px); -} -toolbar[iconsize="small"] #webpanels-button[disabled="true"] { - -moz-image-region: rect(40px 160px 60px 140px) !important; -} - - toolbar[iconsize="small"] #history-button { -moz-image-region: rect(0px 140px 20px 120px); } diff --git a/browser/base/skin/web-panels-bg.png b/browser/base/skin/web-panels-bg.png deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/browser/base/skin/web-panels-drop-page.css b/browser/base/skin/web-panels-drop-page.css deleted file mode 100644 index e69de29bb2d..00000000000