diff options
author | Horst3180 | 2015-08-21 17:50:24 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-21 17:50:24 +0200 |
commit | c1b1407c9a58e21060e4d09593b02990f6456c25 (patch) | |
tree | c2766a7399187108a423aead852aa4d96a43722c /arc-firefox-theme/chrome/browser/readinglist | |
parent | dd43717add817a4432aad36a0232c2923a406b05 (diff) | |
download | solarc-firefox-theme-c1b1407c9a58e21060e4d09593b02990f6456c25.tar.gz solarc-firefox-theme-c1b1407c9a58e21060e4d09593b02990f6456c25.tar.xz solarc-firefox-theme-c1b1407c9a58e21060e4d09593b02990f6456c25.zip |
update to 41.0b2
Diffstat (limited to 'arc-firefox-theme/chrome/browser/readinglist')
-rw-r--r-- | arc-firefox-theme/chrome/browser/readinglist/icons.svg | 37 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/readinglist/readinglist-icon.svg | 5 |
2 files changed, 16 insertions, 26 deletions
diff --git a/arc-firefox-theme/chrome/browser/readinglist/icons.svg b/arc-firefox-theme/chrome/browser/readinglist/icons.svg index 6aa0159..f6bb404 100644 --- a/arc-firefox-theme/chrome/browser/readinglist/icons.svg +++ b/arc-firefox-theme/chrome/browser/readinglist/icons.svg @@ -2,55 +2,42 @@ <!-- 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 xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" - viewBox="0 0 14 14" - xml:space="preserve"> - +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 14 14"> <defs> - <style type="text/css"> + <style> use:not(:target) { display: none; } - #addpage, #alreadyadded { fill: #808080; } #addpage-hover, #alreadyadded-hover { - fill: #555555; + fill: #555; } #addpage-active, #alreadyadded-active { - fill: #0095DD; + fill: #0095dd; } </style> - <mask id="plus-mask"> - <rect width="100%" height="100%" fill="white"/> + <rect width="100%" height="100%" fill="#fff"/> <rect x="3" y="6" width="8" height="2"/> <rect x="6" y="3" width="2" height="8"/> </mask> - <mask id="minus-mask"> - <rect width="100%" height="100%" fill="white"/> + <rect width="100%" height="100%" fill="#fff"/> <rect x="3" y="6" width="8" height="2"/> </mask> - <g id="addpage-shape"> <circle cx="7" cy="7" r="6" mask="url(#plus-mask)"/> </g> - <g id="removepage-shape"> <circle cx="7" cy="7" r="6" mask="url(#minus-mask)"/> </g> - </defs> - - <use id="addpage" xlink:href="#addpage-shape"/> - <use id="addpage-hover" xlink:href="#addpage-shape"/> - <use id="addpage-active" xlink:href="#addpage-shape"/> - - <use id="alreadyadded" xlink:href="#removepage-shape"/> - <use id="alreadyadded-hover" xlink:href="#removepage-shape"/> - <use id="alreadyadded-active" xlink:href="#removepage-shape"/> - + <use id="addpage" xlink:href="#addpage-shape"/> + <use id="addpage-hover" xlink:href="#addpage-shape"/> + <use id="addpage-active" xlink:href="#addpage-shape"/> + <use id="alreadyadded" xlink:href="#removepage-shape"/> + <use id="alreadyadded-hover" xlink:href="#removepage-shape"/> + <use id="alreadyadded-active" xlink:href="#removepage-shape"/> </svg> diff --git a/arc-firefox-theme/chrome/browser/readinglist/readinglist-icon.svg b/arc-firefox-theme/chrome/browser/readinglist/readinglist-icon.svg index 0a24a67..58b18c9 100644 --- a/arc-firefox-theme/chrome/browser/readinglist/readinglist-icon.svg +++ b/arc-firefox-theme/chrome/browser/readinglist/readinglist-icon.svg @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16"> +<!-- 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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"> <rect x="4.8" y="6.4" fill="#808080" width="11.2" height="3.2"/> <rect x="4.8" y="11.2" fill="#808080" width="11.2" height="3.2"/> <rect x="4.8" y="1.6" fill="#808080" width="11.2" height="3.2"/> |