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 */
|
||||
/*
|
||||
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{
|
||||
|
@ -44,3 +48,5 @@ Window controls will be all wrong without it
|
|||
#TabsToolbar .titlebar-spacer{ display: none; }
|
||||
/* Also hide the toolbox bottom border which isn't at bottom with this setup */
|
||||
#navigator-toolbox::after{ display: none !important; }
|
||||
|
||||
@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }
|
||||
|
|
Loading…
Reference in a new issue