mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
8 lines
235 B
CSS
8 lines
235 B
CSS
|
@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;
|
||
|
}
|
||
|
}
|