mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Doc: Restrictions - URL quote
This commit is contained in:
parent
b73f2934f2
commit
f51106d312
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ html|input {
|
|||
If you want to limit the coverage to some pages, you can use [`@-moz-document`](https://developer.mozilla.org/en-US/docs/Web/CSS/@document):
|
||||
```css
|
||||
/* Main browser UI */
|
||||
@-moz-document url(chrome://browser/content/browser.xhtml) {
|
||||
@-moz-document url("chrome://browser/content/browser.xhtml") {
|
||||
/* Your CSS */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue