From 5e0c513926bf299ec98cc31a35867459ddcc82be Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 20 Apr 2016 12:30:29 +0200 Subject: update to 46.0b11 --- arc-firefox-theme/chrome/browser/devedition.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'arc-firefox-theme/chrome/browser/devedition.css') diff --git a/arc-firefox-theme/chrome/browser/devedition.css b/arc-firefox-theme/chrome/browser/devedition.css index 22d7cd3..d1ad023 100644 --- a/arc-firefox-theme/chrome/browser/devedition.css +++ b/arc-firefox-theme/chrome/browser/devedition.css @@ -311,6 +311,8 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper { --forwardbutton-width: 29px; } +:root[devtoolstheme="dark"] .findbar-closebutton:not(:hover), +:root[devtoolstheme="dark"] #sidebar-header > .close-icon:not(:hover), .tab-close-button[visuallyselected]:not(:hover) { background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 80, 16, 64); } @@ -383,8 +385,9 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper { border-top-width: 0 !important; } -/* Prevent devedition foreground color from seeping into the sidebar-box (since - * its background colors aren't affected by the devedition theme) */ -#sidebar-box { - color: initial; +/* Fix the bad-looking text-shadow in the sidebar header: */ +.sidebar-header, +#sidebar-header { + text-shadow: none; } + -- cgit v1.2.3