New backup 2025-03-06 01:30:06
This commit is contained in:
parent
b98d235e99
commit
610fc2e78e
1 changed files with 7 additions and 0 deletions
|
@ -29,5 +29,12 @@ Quote: https://userChrome.org | https://github.com/topics/userchrome
|
||||||
@-moz-document url(chrome://browser/content/browser.xhtml) {
|
@-moz-document url(chrome://browser/content/browser.xhtml) {
|
||||||
/* Please write your custom CSS under this line*/
|
/* Please write your custom CSS under this line*/
|
||||||
|
|
||||||
|
/* url bar */
|
||||||
|
#widget-overflow-mainView,
|
||||||
|
#urlbar[open="true"] > #urlbar-background {
|
||||||
|
background: #00000088 !important;
|
||||||
|
backdrop-filter: contrast(100%) blur(10px) saturate(25%) !important;
|
||||||
|
/* border: none !important;*/
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue