aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/devedition.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/devedition.css')
-rw-r--r--arc-firefox-theme/chrome/browser/devedition.css27
1 files changed, 7 insertions, 20 deletions
diff --git a/arc-firefox-theme/chrome/browser/devedition.css b/arc-firefox-theme/chrome/browser/devedition.css
index 6bc7d37..bc9aed1 100644
--- a/arc-firefox-theme/chrome/browser/devedition.css
+++ b/arc-firefox-theme/chrome/browser/devedition.css
@@ -59,8 +59,6 @@
:root[devtoolstheme="dark"] #identity-box {
--identity-box-chrome-color: #46afe3;
--identity-box-verified-background-color: transparent;
- --identity-box-hover-background-color: rgba(231,230,230,.2);
- --identity-box-selected-background-color: rgba(211,210,210,.2);
}
:root[devtoolstheme="light"] {
@@ -150,7 +148,7 @@
color: var(--chrome-color);
}
-#navigator-toolbox::after {
+#navigator-toolbox:-moz-lwtheme::after {
background: var(--chrome-navigator-toolbox-separator-color);
}
@@ -207,23 +205,6 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
margin-inline-start: 0;
}
-/* Swap out the white arrow with a dark one for the dark theme */
-:root[devtoolstheme="dark"] #notification-popup-box {
- border-image: url("chrome://browser/skin/devedition/urlbar-arrow.png") 0 8 0 0 fill;
-}
-
-@media (min-resolution: 1.1dppx) {
- :root[devtoolstheme="dark"] #notification-popup-box {
- border-image: url("chrome://browser/skin/devedition/urlbar-arrow@2x.png") 0 16 0 0 fill;
- }
-}
-
-/* The (white) notification box background color should match the theme */
-#notification-popup-box {
- border-radius: 0;
- background-color: var(--url-and-searchbar-background-color);
-}
-
/* Nav bar specific stuff */
#nav-bar {
margin-top: 0 !important;
@@ -245,6 +226,12 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper {
-moz-image-region: rect(0, 54px, 18px, 36px);
}
+@media (min-resolution: 1.1dppx) {
+ #back-button {
+ -moz-image-region: rect(0, 108px, 36px, 72px);
+ }
+}
+
.tab-background {
visibility: hidden;
}