New file
This commit is contained in:
parent
3c277a38c0
commit
692e62a5ad
1 changed files with 8 additions and 0 deletions
8
content/about_page_scrollbars.css
Normal file
8
content/about_page_scrollbars.css
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||||
|
@-moz-document url-prefix("about:"){
|
||||||
|
xul|page,
|
||||||
|
xul|scrollbar{
|
||||||
|
scrollbar-color: rgb(210,210,210) rgb(46,54,69);
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue