mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-01 23:10:41 -08:00
Fix: Hidden - urlbar iconbox label margin #593
This commit is contained in:
parent
700335e262
commit
8ac1fb6e47
2 changed files with 11 additions and 0 deletions
|
|
@ -9605,6 +9605,11 @@
|
|||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.hidden.urlbar_iconbox.label_only") {
|
||||
#identity-box[pageproxystate="valid"].notSecureText,
|
||||
#identity-box[pageproxystate="valid"].chromeUI,
|
||||
#identity-box[pageproxystate="valid"].extensionPage {
|
||||
margin-inline-end: var(--identity-box-margin-inline) !important;
|
||||
}
|
||||
#identity-box[pageproxystate="valid"].chromeUI #identity-icon-box:not(:hover),
|
||||
#identity-box[pageproxystate="valid"].extensionPage #identity-icon-box:not(:hover) {
|
||||
background-color: transparent !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue