Added styles to hide X button for whole browser window

master
parent 89bbe5f649
commit 0454505cc6

@ -13,3 +13,9 @@
.tabbrowser-tab .tab-close-button {
visibility: collapse !important;
}
.titlebar-close {
display: none !important;
}
.titlebar-buttonbox-container {
padding-right: 50px !important;
}

Loading…
Cancel
Save