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 /toolkit/themes/linux/global/global.css | |
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 'toolkit/themes/linux/global/global.css')
-rw-r--r-- | toolkit/themes/linux/global/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolkit/themes/linux/global/global.css b/toolkit/themes/linux/global/global.css index 1f9e7e458..9553725d6 100644 --- a/toolkit/themes/linux/global/global.css +++ b/toolkit/themes/linux/global/global.css @@ -316,6 +316,7 @@ popupnotificationcontent { /* :::::: Close button icons ::::: */ +%ifdef MC_BASILISK .close-icon { -moz-appearance: none; height: 16px; @@ -332,3 +333,8 @@ popupnotificationcontent { .close-icon:hover:active { background-image: -moz-image-rect(url("chrome://global/skin/icons/close.svg"), 0, 48, 16, 32); } +%else +.close-icon { + list-style-image: url("moz-icon://stock/gtk-close?size=menu"); +} +%endif |