mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-20 07:01:13 -08:00
Fix: FullScreen - Overlap's background color at linux
This commit is contained in:
parent
0ad35b4ec1
commit
295a2cd62c
2 changed files with 14 additions and 0 deletions
|
|
@ -5133,6 +5133,13 @@
|
|||
visibility: unset !important;
|
||||
/* Makes the bookmarks toolbar visible if enabled */
|
||||
}
|
||||
|
||||
@media (-moz-gtk-csd-available) {
|
||||
/* Fix transparent backgorund */
|
||||
:root[tabsintitlebar][sizemode="fullscreen"] #TabsToolbar:not(:-moz-lwtheme) {
|
||||
appearance: auto !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/** Library - Icons Replace ***************************************************/
|
||||
|
|
|
|||
|
|
@ -11,3 +11,10 @@
|
|||
:root[sizemode="fullscreen"] #PersonalToolbar[initialized="true"] {
|
||||
visibility: unset !important; /* Makes the bookmarks toolbar visible if enabled */
|
||||
}
|
||||
|
||||
@include OS($linux) {
|
||||
/* Fix transparent backgorund */
|
||||
:root[tabsintitlebar][sizemode="fullscreen"] #TabsToolbar:not(:-moz-lwtheme) {
|
||||
appearance: auto !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue