diff options
Diffstat (limited to 'calendar/base/themes/common/today-pane-cycler.svg')
-rw-r--r-- | calendar/base/themes/common/today-pane-cycler.svg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/base/themes/common/today-pane-cycler.svg b/calendar/base/themes/common/today-pane-cycler.svg new file mode 100644 index 000000000..b4cbf1572 --- /dev/null +++ b/calendar/base/themes/common/today-pane-cycler.svg @@ -0,0 +1,15 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - 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 width="16" height="16" xmlns="http://www.w3.org/2000/svg"> + <style> + path { + display: none; + } + path:target { + display: block; + } + </style> + <path id="normal" d="m 3,2 9,6 -9,6 z" style="fill: -moz-dialogtext;"/> + <path id="inverted" d="m 3,2 9,6 -9,6 z" style="fill: white;"/> +</svg> |