7 lines
206 B
CSS
7 lines
206 B
CSS
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
:root[tabsintitlebar]:not([inFullscreen])[sizemode="maximized"] #nav-bar {
|
|
border-radius: 16px 16px 0 0 !important;
|
|
}
|
|
|