Added styles to hide X button for whole browser window
This commit is contained in:
parent
89bbe5f649
commit
0454505cc6
@ -13,3 +13,9 @@
|
|||||||
.tabbrowser-tab .tab-close-button {
|
.tabbrowser-tab .tab-close-button {
|
||||||
visibility: collapse !important;
|
visibility: collapse !important;
|
||||||
}
|
}
|
||||||
|
.titlebar-close {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.titlebar-buttonbox-container {
|
||||||
|
padding-right: 50px !important;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user