add windows 11 style window controls
This commit is contained in:
parent
a94f59a023
commit
8000dddb3d
8 changed files with 64 additions and 8 deletions
|
@ -133,3 +133,12 @@
|
|||
--button-primary-active-bgcolor: unset !important;
|
||||
--button-primary-color: unset !important;
|
||||
}
|
||||
|
||||
/* make the titlebar buttons black/white on default themes */
|
||||
:root:not(:-moz-lwtheme)[tabsintitlebar] .titlebar-buttonbox {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
:root[lwt-default-theme-in-dark-mode="true"][tabsintitlebar] .titlebar-buttonbox {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue