8 lines
No EOL
224 B
CSS
8 lines
No EOL
224 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
@-moz-document url-prefix("about:"){
|
|
page,
|
|
scrollbar{
|
|
scrollbar-color: rgb(210,210,210) rgb(46,54,69);
|
|
scrollbar-width: thin;
|
|
}
|
|
} |