diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg')
-rw-r--r-- | arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg b/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg index 98c8f61..04be5d4 100644 --- a/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg +++ b/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg @@ -3,5 +3,32 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <polygon fill="#808080" points="5,3.5 6.5,2 12.375,8 6.5,14 5,12.5 9.375,8" /> +<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> + <polygon class="fieldtext" points="5,3.5 6.5,2 12.375,8 6.5,14 5,12.5 9.375,8"/> </svg> |