mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
Add new close icons and make current icons Basilisk-specific
This commit is contained in:
parent
6f8aeda418
commit
5cfc75fdc9
7 changed files with 66 additions and 5 deletions
|
|
@ -331,6 +331,7 @@ popupnotificationcontent {
|
|||
|
||||
/* :::::: Close button icons ::::: */
|
||||
|
||||
%ifdef MC_BASILISK
|
||||
.close-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/close.png");
|
||||
-moz-image-region: rect(0, 20px, 20px, 0);
|
||||
|
|
@ -402,3 +403,17 @@ popupnotificationcontent {
|
|||
}
|
||||
}
|
||||
}
|
||||
%else
|
||||
.close-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/close.svg");
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
}
|
||||
|
||||
.close-icon:hover {
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
}
|
||||
|
||||
.close-icon:hover:active {
|
||||
-moz-image-region: rect(0, 48px, 16px, 32px);
|
||||
}
|
||||
%endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue