mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
Use default xul namespace
This commit is contained in:
parent
9bd9dcc138
commit
baf7b16b15
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
@-moz-document url-prefix("about:"){
|
@-moz-document url-prefix("about:"){
|
||||||
xul|page,
|
page,
|
||||||
xul|scrollbar{
|
scrollbar{
|
||||||
scrollbar-color: rgb(210,210,210) rgb(46,54,69);
|
scrollbar-color: rgb(210,210,210) rgb(46,54,69);
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue