summaryrefslogtreecommitdiffstats
path: root/devtools/client/shared/widgets/spectrum.css
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/shared/widgets/spectrum.css')
-rw-r--r--devtools/client/shared/widgets/spectrum.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/devtools/client/shared/widgets/spectrum.css b/devtools/client/shared/widgets/spectrum.css
index b7bf31668f..9ea2a97fbc 100644
--- a/devtools/client/shared/widgets/spectrum.css
+++ b/devtools/client/shared/widgets/spectrum.css
@@ -292,15 +292,14 @@ http://www.briangrinstead.com/blog/keep-aspect-ratio-with-html-and-css */
}
.spectrum-color-contrast .accessibility-color-contrast-large-text {
- margin-inline-start: 1px;
- margin-inline-end: 1px;
+ margin-inline: 1px;
unicode-bidi: isolate;
}
.learn-more {
background-repeat: no-repeat;
-moz-context-properties: fill;
- background-image: url(chrome://devtools/skin/images/info-small.svg);
+ background-image: url(resource://devtools-shared-images/info-small.svg);
background-color: transparent;
fill: var(--theme-icon-dimmed-color);
border: none;