small edit: make the Firefox CSS code easier to maintain/document
This commit is contained in:
parent
82427cec6b
commit
140362a9ef
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
@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;
|
||||
border-radius: 16px 16px 0 0 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue