mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Add: Hidden - Bookmarkbar icon
This commit is contained in:
parent
097fcedd4f
commit
5195e8187e
3 changed files with 12 additions and 0 deletions
|
|
@ -7448,6 +7448,11 @@
|
|||
/* Original: 8px */
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.hidden.bookmarkbar_icon") {
|
||||
#PlacesToolbarItems .bookmark-item > .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.hidden.selected_tab") {
|
||||
.tabbrowser-tab[selected="true"] {
|
||||
-moz-box-flex: 0 !important;
|
||||
|
|
|
|||
|
|
@ -52,6 +52,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.hidden.bookmarkbar_icon") {
|
||||
#PlacesToolbarItems .bookmark-item > .toolbarbutton-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include Option("userChrome.hidden.selected_tab") {
|
||||
.tabbrowser-tab[selected="true"] {
|
||||
-moz-box-flex: 0 !important;
|
||||
|
|
|
|||
1
user.js
1
user.js
|
|
@ -92,6 +92,7 @@ user_pref("userChrome.rounding.square_tab", false);
|
|||
// user_pref("userChrome.hidden.sidebar_header", true);
|
||||
// user_pref("userChrome.hidden.sidebar_header.vertical_tab_only", true);
|
||||
// user_pref("userChrome.hidden.urlbar_iconbox", true);
|
||||
// user_pref("userChrome.hidden.bookmarkbar_icon", true);
|
||||
// user_pref("userChrome.hidden.tab_icon", 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