Change chrome scrollbar color only for editor.

This commit is contained in:
Victor Dubiniuk 2013-10-16 19:35:13 +03:00
parent 880db3233f
commit ef530abbd0

View File

@ -1,4 +1,4 @@
::-webkit-scrollbar-thumb { #editor ::-webkit-scrollbar-thumb {
background-color: #fff; background-color: #fff;
} }