aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devedition.css
diff options
context:
space:
mode:
authorHorst31802016-04-20 12:30:29 +0200
committerHorst31802016-04-20 12:33:12 +0200
commit5e0c513926bf299ec98cc31a35867459ddcc82be (patch)
tree4ea869534e7974dd9f413442921d76df1bc890da /arc-firefox-theme/chrome/browser/devedition.css
parent6d207ec0860b236bbb04b7b05e8faa40c513927a (diff)
downloadsolarc-firefox-theme-5e0c513926bf299ec98cc31a35867459ddcc82be.tar.gz
solarc-firefox-theme-5e0c513926bf299ec98cc31a35867459ddcc82be.tar.xz
solarc-firefox-theme-5e0c513926bf299ec98cc31a35867459ddcc82be.zip
update to 46.0b11
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devedition.css')
-rw-r--r--arc-firefox-theme/chrome/browser/devedition.css11
1 files changed, 7 insertions, 4 deletions
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;
}
+