Add coloring to window element
This commit is contained in:
parent
356c89d366
commit
255952c1fb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
||||||
@-moz-document url-prefix("about:"){
|
@-moz-document url-prefix("about:"){
|
||||||
|
window,
|
||||||
page,
|
page,
|
||||||
scrollbar{
|
scrollbar{
|
||||||
scrollbar-color: rgb(210,210,210) rgb(42,42,46);
|
scrollbar-color: rgb(210,210,210) rgb(42,42,46);
|
||||||
|
|
Loading…
Reference in a new issue