css: add skin scrollbar

This commit is contained in:
Sebastian Castro 2020-03-26 14:24:18 +01:00 committed by muxator
parent 5fd6aeeea6
commit e0f63a4a14

View file

@ -30,6 +30,18 @@ a {
a img {
border: 0
}
.thin-scrollbar::-webkit-scrollbar-track {
background-color: #f6f6f6;
border: 1px solid #f0f0f0;
}
.thin-scrollbar::-webkit-scrollbar {
width: 7px;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
background-color: #C5C5C5;
}
.buttontext::-moz-focus-inner {
padding: 0;
border: 0;