diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/controlcenter/mcb-disabled.svg')
-rw-r--r-- | arc-firefox-theme/chrome/browser/controlcenter/mcb-disabled.svg | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/arc-firefox-theme/chrome/browser/controlcenter/mcb-disabled.svg b/arc-firefox-theme/chrome/browser/controlcenter/mcb-disabled.svg index af45b90..cca3153 100644 --- a/arc-firefox-theme/chrome/browser/controlcenter/mcb-disabled.svg +++ b/arc-firefox-theme/chrome/browser/controlcenter/mcb-disabled.svg @@ -5,6 +5,33 @@ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"> +<style> + +.fieldtext { + fill: -moz-fieldtext; + /* The fill-opacity needs to be sufficient for high-contrast settings, and + pathological Gtk themes where -moz-fieldtext provides low contrast by + default. */ + fill-opacity: .7; +} + + +.highlighttext { + fill: highlighttext; + fill-opacity: 1; +} + +.black { + fill: black; + fill-opacity: .6; +} + +.white { + fill: white; + fill-opacity: .7; +} + +</style> <defs> <rect id="shape-lock-clasp-outer" x="5" y="1" width="14" height="20" rx="7" ry="7" /> <rect id="shape-lock-clasp-inner" x="8" y="4" width="8" height="14" rx="4" ry="4" /> @@ -26,8 +53,8 @@ </mask> </defs> - <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" fill="#999" /> - <use xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)" fill="#999" /> + <use class="fieldtext" xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)"/> + <use class="fieldtext" xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)"/> <line x1="2.25" y1="22.75" x2="21.5" y2="2.5" stroke="#d92d21" stroke-width="3" /> </svg> |