Fancy scrollbar styling.

This commit is contained in:
Oliver Hamlet
2014-12-29 01:08:14 +00:00
parent c817a26414
commit 53f9614758
+9
View File
@@ -26,6 +26,15 @@
::-webkit-scrollbar-corner {
background: inherit;
}
::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
background: inherit;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.26);
}
paper-button[autofocus] {
color: #64B5F6;
}