maputnik/src/scrollbars.scss

13 lines
287 B
SCSS
Raw Normal View History

2016-09-09 12:08:33 +02:00
.darkScrollbar::-webkit-scrollbar {
2016-12-04 17:03:36 +01:00
background-color: #26282e;
width: 10px;
2016-09-09 12:08:33 +02:00
}
.darkScrollbar::-webkit-scrollbar-thumb {
2016-12-04 17:03:36 +01:00
border-radius: 6px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #40444e;
padding-left: 2px;
padding-right: 2px;
2016-09-09 12:08:33 +02:00
}