Skip to content

Commit

Permalink
Update commandline.css
Browse files Browse the repository at this point in the history
This change brings from the default theme a new rule that applies when Windows 10 is not using the default theme.
  • Loading branch information
johngraciliano committed Nov 21, 2015
1 parent bb27744 commit 9364bce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions whitefox/browser/browser-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -7492,6 +7492,12 @@ menugroup > .menuitem-iconic[disabled="true"] > .menu-iconic-left {
}
}

@media not all and (-moz-windows-default-theme) {
#main-window {
background-color: transparent;
}
}

#titlebar-buttonbox,
.titlebar-button {
-moz-appearance: none !important;
Expand Down

0 comments on commit 9364bce

Please sign in to comment.