aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg
diff options
context:
space:
mode:
authorHorst31802017-01-23 15:16:14 +0100
committerHorst31802017-01-23 15:16:14 +0100
commitde6d0eaf6eb0b61fc1c8eea6bc53db2f0f8fde6a (patch)
tree41244fb3be08f78984328eb02f5539182ee975da /arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg
parent436efe96181eaff50fac1647f140e298fe11569e (diff)
downloadsolarc-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.svg')
-rw-r--r--arc-firefox-theme/chrome/browser/controlcenter/arrow-subview.svg29
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>