diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-23 14:26:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-23 14:26:57 +0200 |
commit | 362bb20730ca3250f9f7c4103aeda3f8a240e7a8 (patch) | |
tree | b84bcd8ac99b62cb07db6492654f7ed1013cdf1f /application/palemoon | |
parent | f583627901210050d1d9dabc661abfa82f0d4231 (diff) | |
parent | 87eaf4410455694b3337fd145d9b157c289babd5 (diff) | |
download | UXP-362bb20730ca3250f9f7c4103aeda3f8a240e7a8.tar UXP-362bb20730ca3250f9f7c4103aeda3f8a240e7a8.tar.gz UXP-362bb20730ca3250f9f7c4103aeda3f8a240e7a8.tar.lz UXP-362bb20730ca3250f9f7c4103aeda3f8a240e7a8.tar.xz UXP-362bb20730ca3250f9f7c4103aeda3f8a240e7a8.zip |
Merge pull request #530 from Lootyhoof/close-icon
Add new close icons and make current icons Basilisk-specific
Diffstat (limited to 'application/palemoon')
-rw-r--r-- | application/palemoon/themes/windows/browser.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/application/palemoon/themes/windows/browser.css b/application/palemoon/themes/windows/browser.css index db60a6fa7..099382a5a 100644 --- a/application/palemoon/themes/windows/browser.css +++ b/application/palemoon/themes/windows/browser.css @@ -2015,7 +2015,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- } .tab-close-button:-moz-lwtheme-brighttext { - list-style-image: url("chrome://global/skin/icons/close-inverted.png"); + list-style-image: url("chrome://global/skin/icons/close-inverted.svg"); } /* Tab scrollbox arrow, tabstrip new tab and all-tabs buttons */ @@ -2163,7 +2163,7 @@ toolbar[brighttext] #alltabs-button[type="menu"] { } toolbar[brighttext] .tabs-closebutton { - list-style-image: url("chrome://global/skin/icons/close-inverted.png"); + list-style-image: url("chrome://global/skin/icons/close-inverted.svg"); } .tabs-closebutton > .toolbarbutton-icon { @@ -2697,7 +2697,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { /* Make sure the allTab previews always have regular close buttons */ #allTabs-tab-close-button:-moz-lwtheme-brighttext { - list-style-image: url("chrome://global/skin/icons/close.png"); + list-style-image: url("chrome://global/skin/icons/close.svg"); } .allTabs-favicon[src] { @@ -2770,7 +2770,7 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { } toolbar[brighttext] #addonbar-closebutton { - list-style-image: url("chrome://global/skin/icons/close-inverted.png"); + list-style-image: url("chrome://global/skin/icons/close-inverted.svg"); } /* Status panel */ |