mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-26 06:21:41 -08:00
Fix: Build - Missing files
This commit is contained in:
parent
5af723fa70
commit
b0c63c7fec
2 changed files with 17 additions and 0 deletions
10
src/theme/transparent/_menu.scss
Normal file
10
src/theme/transparent/_menu.scss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Menu
|
||||
.menupopup-arrowscrollbox[part*="content"] {
|
||||
background: color-mix(in srgb, var(--menu-background-color, Menu) 90%, transparent) !important;
|
||||
}
|
||||
|
||||
@include NativeMenu(true) {
|
||||
html#main-window #mainPopupSet menupopup:not(.in-menulist) {
|
||||
--menu-background-color: Menu !important;
|
||||
}
|
||||
}
|
||||
7
src/theme/transparent/_panel.scss
Normal file
7
src/theme/transparent/_panel.scss
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
panel[type="arrow"] {
|
||||
--panel-background: transparent !important;
|
||||
}
|
||||
|
||||
panelview {
|
||||
background: color-mix(in srgb, var(--arrowpanel-background) 90%, transparent) !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue