update
This commit is contained in:
parent
ba96b456dd
commit
99a4bf1424
1 changed files with 17 additions and 0 deletions
|
@ -14,9 +14,26 @@
|
|||
opacity: 0.3;
|
||||
transform: translate(15px, 0);
|
||||
}
|
||||
|
||||
:root[privatebrowsingmode="temporary"] #nav-bar toolbarspring:first-of-type:-moz-lwtheme-brighttext:before {
|
||||
background-image: url("../icons/user-not-tracked-dark.svg");
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root[privatebrowsingmode="temporary"] #nav-bar toolbarspring:first-of-type:before {
|
||||
background: url("../icons/user-not-tracked-dark.svg") no-repeat;
|
||||
background-size: contain;
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
top: 8px;
|
||||
opacity: 0.3;
|
||||
transform: translate(15px, 0);
|
||||
}
|
||||
}
|
||||
|
||||
:root[privatebrowsingmode="temporary"] #nav-bar {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue