mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Make sure Glass doesn't override LWT style for the title bar.
This resolves #965.
This commit is contained in:
parent
1a5eb981a7
commit
5f35a6ccf0
1 changed files with 7 additions and 7 deletions
|
|
@ -50,13 +50,6 @@
|
|||
right: -12px;
|
||||
}
|
||||
|
||||
/* Lightweight Themes */
|
||||
|
||||
#main-window:-moz-lwtheme::after {
|
||||
color: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
/* Windows Classic theme */
|
||||
|
||||
@media all and (-moz-windows-classic) {
|
||||
|
|
@ -192,6 +185,13 @@
|
|||
|
||||
}
|
||||
|
||||
/* Lightweight Themes */
|
||||
|
||||
#main-window:-moz-lwtheme::after {
|
||||
color: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
|
||||
/* Hide for small windows */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue