add 'rounded window even when it gets maximized' feature, and disable it by default
This commit is contained in:
parent
959f917be2
commit
4017baa872
@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
/* Headerbar top border corners rounded */
|
||||
:root[tabsintitlebar]:not([inFullscreen]) #nav-bar {
|
||||
:root[tabsintitlebar]:not([inFullscreen]):not([sizemode="maximized"]) #nav-bar {
|
||||
border-radius: 16px 16px 0 0 !important;
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
:root[tabsintitlebar]:not([inFullscreen]) #nav-bar {
|
||||
border-radius: 16px 16px 0 0;
|
||||
}
|
3
src/other/firefox/chrome/customChrome.css
Normal file
3
src/other/firefox/chrome/customChrome.css
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
/* Add your own custom styles here */
|
||||
|
@ -21,6 +21,9 @@
|
||||
/* Rounded title buttons (headerbar window controls) (GNOMISH) */
|
||||
/*@import "WhiteSur/rounded-title-buttons.css"; /**/
|
||||
|
||||
/* Rounded window even when it gets maximized */
|
||||
/*@import "WhiteSur/rounded-window-maximized.css"; /**/
|
||||
|
||||
/* Active tab high contrast */
|
||||
/*@import "WhiteSur/active-tab-contrast.css"; /**/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user