📝 Updated userChrome.css to remove settings button
This commit is contained in:
parent
d92d37e50c
commit
d963515146
1 changed files with 6 additions and 2 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
.tab-icon-image,
|
.tab-icon-image,
|
||||||
#tabs-newtab-button > .toolbarbutton-icon,
|
#tabs-newtab-button > .toolbarbutton-icon,
|
||||||
/* .tab-label-container, */
|
/* .tab-label-container, */
|
||||||
|
#PanelUI-menu-button,
|
||||||
.tab-close-button {
|
.tab-close-button {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
@ -48,6 +49,9 @@ toolbar > * {
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar toolbarspring {
|
#nav-bar toolbarspring {
|
||||||
min-width: 55px !important;
|
/* min-width: 55px !important; */
|
||||||
max-width: 65px !important;
|
/* max-width: 65px !important; */
|
||||||
|
min-width: 25px !important;
|
||||||
|
max-width: 35px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue