diff options
author | Horst3180 | 2017-01-23 15:16:14 +0100 |
---|---|---|
committer | Horst3180 | 2017-01-23 15:16:14 +0100 |
commit | de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a (patch) | |
tree | 41244fb3be08f78984328eb02f5539182ee975da /arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.svg | |
parent | 436efe96181eaff50fac1647f140e298fe11569e (diff) | |
download | solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.gz solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.tar.xz solarc-firefox-theme-de6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a.zip |
update to 51.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.svg')
-rw-r--r-- | arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.svg | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.svg b/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.svg index 8566d63..12b7509 100644 --- a/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.svg +++ b/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview-back.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="#fff" points="12,3.5 10.5,2 4.625,8 10.5,14 12,12.5 7.625,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="highlighttext" points="12,3.5 10.5,2 4.625,8 10.5,14 12,12.5 7.625,8"/> </svg> |