Skip to content

Commit

Permalink
Improve OS X private window appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Jul 25, 2018
1 parent 7ce1e37 commit c77c103
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions src/os-darwin/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,24 @@ windowdragbox,
.wizard-buttons-btm{
-moz-binding:url(chrome://global/content/bindings/general.xml#windowdragbox)}

resizer[type="window"],
#titlebar{
display:none}
resizer[type="window"]{display:none}

#titlebar{height: 22px}

#main-window:not([privatebrowsingmode=temporary]):not(:-moz-lwtheme) > #titlebar > #titlebar-content > #titlebar-buttonbox-container,
#main-window:not([drawintitlebar=true]):not(:-moz-lwtheme) > #titlebar {
display: none}

#titlebar-spacer{
display: none}

#titlebar-buttonbox-container{
margin-left: 7px;
margin-top: 3px}

#main-window:-moz-lwtheme > #titlebar{
-moz-appearance: none !important}

toolbox:-moz-window-inactive{
color:inherit!important;
opacity:1!important}
Expand Down

0 comments on commit c77c103

Please sign in to comment.