Improved Chromium placeholder icon work-around.
This commit is contained in:
parent
d34c62e330
commit
44eee13420
|
@ -15,6 +15,10 @@ a.__NoScript_PlaceHolder__ {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
z-index: 2147483647 !important;
|
z-index: 2147483647 !important;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.__NoScript_PlaceHolder__.mozilla {
|
||||||
background-image: var(--img-logo);
|
background-image: var(--img-logo);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
src/nscl
2
src/nscl
|
@ -1 +1 @@
|
||||||
Subproject commit decd09d7a9bc91e814d9b7987fd0e827aa517960
|
Subproject commit 0beed6c29832d8a8f4a543c635a2a872de09e3fe
|
Loading…
Reference in New Issue