mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-23 08:30:59 -08:00
Fix: Windows7, 8 titlebar button appearance #218
I'am not sure as it's not reproducible.
This commit is contained in:
parent
027b7b41c6
commit
8a8351de92
1 changed files with 8 additions and 0 deletions
|
|
@ -98,6 +98,14 @@
|
|||
:root:not([lwtheme-image]) #navigator-toolbox:-moz-lwtheme {
|
||||
background-color: var(--lwt-accent-color) !important;
|
||||
}
|
||||
:root[sizemode="normal"] .titlebar-buttonbox {
|
||||
appearance: auto !important;
|
||||
-moz-default-appearance: -moz-window-button-box !important;
|
||||
}
|
||||
:root[sizemode="maximized"] .titlebar-buttonbox {
|
||||
appearance: auto !important;
|
||||
-moz-default-appearance: -moz-window-button-box-maximized !important;
|
||||
}
|
||||
}
|
||||
@media (-moz-os-version: windows-win7) {
|
||||
#TabsToolbar:-moz-lwtheme {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue