css: add skin scrollbar
parent
5fd6aeeea6
commit
e0f63a4a14
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue