Use custom scrollbars in dialogs too.

This commit is contained in:
Oliver Hamlet
2014-12-29 15:20:43 +00:00
parent 53c07a3197
commit 50c919d6ff
+4 -4
View File
@@ -23,16 +23,16 @@
*/
/* Misc */
::-webkit-scrollbar-corner {
html /deep/ ::-webkit-scrollbar-corner {
background: inherit;
}
::-webkit-scrollbar {
html /deep/ ::-webkit-scrollbar {
width: 12px;
}
::-webkit-scrollbar-track {
html /deep/ ::-webkit-scrollbar-track {
background: inherit;
}
::-webkit-scrollbar-thumb {
html /deep/ ::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.26);
}
paper-button[autofocus] {