mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Hidden - Urlbar iconbox
This commit is contained in:
parent
b41bad17c4
commit
b59c541a95
3 changed files with 42 additions and 0 deletions
|
|
@ -7237,6 +7237,31 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.hidden.urlbar_iconbox") {
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
.notSecureText
|
||||
#identity-icon-label,
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
.chromeUI
|
||||
#identity-icon-box,
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"].extensionPage
|
||||
#identity-icon-box {
|
||||
display: none;
|
||||
}
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"].notSecureText
|
||||
#identity-icon-box {
|
||||
padding-inline-end: 5px;
|
||||
/* Original: 8px */
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.hidden.selected_tab") {
|
||||
.tabbrowser-tab[selected="true"] {
|
||||
-moz-box-flex: 0 !important;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.hidden.urlbar_iconbox") {
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"]
|
||||
#identity-box[pageproxystate="valid"] {
|
||||
.notSecureText #identity-icon-label,
|
||||
.chromeUI #identity-icon-box,
|
||||
&.extensionPage #identity-icon-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.notSecureText #identity-icon-box {
|
||||
padding-inline-end: 5px; /* Original: 8px */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.hidden.selected_tab") {
|
||||
.tabbrowser-tab[selected="true"] {
|
||||
-moz-box-flex: 0 !important;
|
||||
|
|
|
|||
1
user.js
1
user.js
|
|
@ -87,6 +87,7 @@ user_pref("userChrome.rounding.square_tab", false);
|
|||
|
||||
// user_pref("userChrome.hidden.tabbar", true);
|
||||
// user_pref("userChrome.hidden.navbar", true);
|
||||
// user_pref("userChrome.hidden.urlbar_iconbox", true);
|
||||
// user_pref("userChrome.hidden.selected_tab", true);
|
||||
// user_pref("userChrome.hidden.disabled_menu", true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue