From fdef80a11c62ee35169f0dc0d160f4ca9706ceac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Wed, 18 Jul 2012 19:52:14 +0200 Subject: [PATCH] Bug 774298 - Remove obsolete "Inspector / Highlighter" styling. r=rcampbell --- browser/themes/gnomestripe/browser.css | 25 ------------------------- browser/themes/pinstripe/browser.css | 25 ------------------------- browser/themes/winstripe/browser.css | 25 ------------------------- 3 files changed, 75 deletions(-) diff --git a/browser/themes/gnomestripe/browser.css b/browser/themes/gnomestripe/browser.css index 39a734756db..ae0c4d15977 100644 --- a/browser/themes/gnomestripe/browser.css +++ b/browser/themes/gnomestripe/browser.css @@ -1905,31 +1905,6 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon { opacity: .3; } -/* Inspector / Highlighter */ - -#highlighter-panel { - -moz-appearance: none; - -moz-window-shadow: none; - background: -moz-linear-gradient(top -1deg, #ffdd88, #ffeeaa); - border: none; - opacity: 0.35; -} - -listitem.style-selector { - background-color: DarkGray; - color: white; -} - -listitem.style-section { - background-color: LightGray; - color: black; - font-weight: bold; -} - -panel[dimmed="true"] { - opacity: 0.5; -} - /* Add-on bar */ #addon-bar { diff --git a/browser/themes/pinstripe/browser.css b/browser/themes/pinstripe/browser.css index 3c4ca4fcc16..55e3b3e6e1c 100644 --- a/browser/themes/pinstripe/browser.css +++ b/browser/themes/pinstripe/browser.css @@ -2624,31 +2624,6 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { box-shadow: @focusRingShadow@; } -/* Inspector / Highlighter */ - -#highlighter-panel { - -moz-appearance: none; - -moz-window-shadow: none; - background: -moz-linear-gradient(top -1deg, #ffdd88, #ffeeaa); - border: none; - opacity: 0.35; -} - -listitem.style-selector { - background-color: DarkGray; - color: white; -} - -listitem.style-section { - background-color: LightGray; - color: black; - font-weight: bold; -} - -panel[dimmed="true"] { - opacity: 0.5; -} - /* Add-on bar */ #addon-bar { diff --git a/browser/themes/winstripe/browser.css b/browser/themes/winstripe/browser.css index 67e659082e6..2920f3716ef 100644 --- a/browser/themes/winstripe/browser.css +++ b/browser/themes/winstripe/browser.css @@ -2568,31 +2568,6 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { outline: 1px dotted -moz-dialogText; } -/* Inspector / Highlighter */ - -#highlighter-panel { - -moz-appearance: none; - -moz-window-shadow: none; - background: -moz-linear-gradient(top -1deg, #ffdd88, #ffeeaa); - border: none; - opacity: 0.35; -} - -listitem.style-selector { - background-color: DarkGray; - color: white; -} - -listitem.style-section { - background-color: LightGray; - color: black; - font-weight: bold; -} - -panel[dimmed="true"] { - opacity: 0.5; -} - /* Add-on bar */ #addon-bar {