mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[Pale-Moon] Show private indicator on OS X if no MOZ_CAN_DRAW_IN_TITLEBAR (#1784)
This commit is contained in:
parent
6ff23f2f28
commit
18f2c4ec16
1 changed files with 8 additions and 0 deletions
|
|
@ -2862,4 +2862,12 @@ toolbar[brighttext] #addonbar-closebutton {
|
|||
padding-inline-end: 50px;
|
||||
}
|
||||
}
|
||||
%else
|
||||
#main-window[privatebrowsingmode=temporary] #TabsToolbar::before {
|
||||
display: -moz-box;
|
||||
content: "";
|
||||
background: url("chrome://browser/skin/privatebrowsing-dark.png") center no-repeat;
|
||||
width: 30px;
|
||||
color: inherit;
|
||||
}
|
||||
%endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue