Override titlebarbutton box direction for linux_gtk systems
This commit is contained in:
parent
a04d7a1a63
commit
63863612b9
1 changed files with 8 additions and 2 deletions
|
@ -7,7 +7,11 @@ have menubar permanently enabled and want it on top
|
||||||
/* IMPORTANT */
|
/* IMPORTANT */
|
||||||
/*
|
/*
|
||||||
Get window_control_placeholder_support.css
|
Get window_control_placeholder_support.css
|
||||||
Window controls will be all wrong without it
|
Window controls will be all wrong without it.
|
||||||
|
|
||||||
|
Additionally on Linux, you may need to get:
|
||||||
|
linux_gtk_window_control_patch.css
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
:root{
|
:root{
|
||||||
|
@ -43,4 +47,6 @@ Window controls will be all wrong without it
|
||||||
.titlebar-placeholder,
|
.titlebar-placeholder,
|
||||||
#TabsToolbar .titlebar-spacer{ display: none; }
|
#TabsToolbar .titlebar-spacer{ display: none; }
|
||||||
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
|
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
|
||||||
#navigator-toolbox::after{ display: none !important; }
|
#navigator-toolbox::after{ display: none !important; }
|
||||||
|
|
||||||
|
@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }
|
||||||
|
|
Loading…
Reference in a new issue