mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #832 Part 2: Remove styling and images.
This commit is contained in:
parent
7dac76098e
commit
6343212065
14 changed files with 2 additions and 431 deletions
|
|
@ -81,12 +81,12 @@ notificationbox[notificationside="bottom"] > notification {
|
|||
Invert the close icon for @type=info since both are normally dark. It's unclear
|
||||
why !important is necessary here so remove it if it's no longer needed.
|
||||
*/
|
||||
notification[type="info"]:not([value="translation"]) .close-icon:not(:hover) {
|
||||
notification[type="info"] .close-icon:not(:hover) {
|
||||
-moz-image-region: rect(0, 64px, 16px, 48px) !important;
|
||||
}
|
||||
|
||||
@media (min-resolution: 2dppx) {
|
||||
notification[type="info"]:not([value="translation"]) .close-icon:not(:hover) {
|
||||
notification[type="info"] .close-icon:not(:hover) {
|
||||
-moz-image-region: rect(0, 128px, 32px, 96px) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue