From d1ab7eb5a6ff7c421b3ddb560dc9e8a2cabb44ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Fri, 24 Sep 2010 09:30:21 +0200 Subject: [PATCH] Bug 598918 - Hiding the statusbar-resizerpanel isn't theme specific, move it to content CSS. r=dietrich --- browser/base/content/browser.css | 5 +++++ browser/themes/gnomestripe/browser/browser.css | 5 ----- browser/themes/pinstripe/browser/browser.css | 5 ----- browser/themes/winstripe/browser/browser.css | 5 ----- 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index f6453455c10d..5515900a3e06 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -421,3 +421,8 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m #geolocation-notification { -moz-binding: url("chrome://browser/content/urlbarBindings.xml#geolocation-notification"); } + +/* Remove the resizer from the statusbar compatibility shim */ +#status-bar > .statusbar-resizerpanel { + display: none; +} diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gnomestripe/browser/browser.css index 0f8620611881..6c796deaa37d 100644 --- a/browser/themes/gnomestripe/browser/browser.css +++ b/browser/themes/gnomestripe/browser/browser.css @@ -1762,11 +1762,6 @@ panel[dimmed="true"] { opacity: 0.5; } -/* Remove the resizer from the statusbar compatibility shim */ -#status-bar .statusbar-resizerpanel { - display: none; -} - /* Vertically-center the statusbar compatibility shim, because toolbars, even in small-icon mode, are a bit taller than statusbars. */ diff --git a/browser/themes/pinstripe/browser/browser.css b/browser/themes/pinstripe/browser/browser.css index f109a95cbbed..b21669484e02 100644 --- a/browser/themes/pinstripe/browser/browser.css +++ b/browser/themes/pinstripe/browser/browser.css @@ -2262,11 +2262,6 @@ panel[dimmed="true"] { opacity: 0.5; } -/* Remove the resizer from the statusbar compatibility shim */ -#status-bar .statusbar-resizerpanel { - display: none; -} - /* Vertically-center the statusbar compatibility shim, because toolbars, even in small-icon mode, are a bit taller than statusbars. Also turn off the statusbar border. On Windows diff --git a/browser/themes/winstripe/browser/browser.css b/browser/themes/winstripe/browser/browser.css index ca935af64551..96eaa9b198c6 100644 --- a/browser/themes/winstripe/browser/browser.css +++ b/browser/themes/winstripe/browser/browser.css @@ -2164,11 +2164,6 @@ panel[dimmed="true"] { opacity: 0.5; } -/* Remove the resizer from the statusbar compatibility shim */ -#status-bar .statusbar-resizerpanel { - display: none; -} - /* Vertically-center the statusbar compatibility shim, because toolbars, even in small-icon mode, are a bit taller than statusbars. Also turn off the statusbar border. On Windows