diff options
author | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-22 22:30:54 +0100 |
---|---|---|
committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-06-22 22:30:54 +0100 |
commit | 87eaf4410455694b3337fd145d9b157c289babd5 (patch) | |
tree | 291c9fd838583899ced65ca16ea0b851bc451728 /application/palemoon/themes/windows | |
parent | e6f765a27070a6b922742e61d0a14dcc2c18baba (diff) | |
download | UXP-87eaf4410455694b3337fd145d9b157c289babd5.tar UXP-87eaf4410455694b3337fd145d9b157c289babd5.tar.gz UXP-87eaf4410455694b3337fd145d9b157c289babd5.tar.lz UXP-87eaf4410455694b3337fd145d9b157c289babd5.tar.xz UXP-87eaf4410455694b3337fd145d9b157c289babd5.zip |
Add new close icons and make current icons Basilisk-specific
Diffstat (limited to 'application/palemoon/themes/windows')
-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 */ |