custom scrollbar for Chrome-based browsers
This commit is contained in:
parent
a842f081d3
commit
b2a1601833
19
css/main.css
19
css/main.css
@ -176,6 +176,25 @@ h5 {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* scrollbar *****************************************************************/
|
||||||
|
|
||||||
|
/* width */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 5px;
|
||||||
|
height: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Track */
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Handle */
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: #7f8c8d;
|
||||||
|
border-radius: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Theme switcher ************************************************************/
|
/* Theme switcher ************************************************************/
|
||||||
|
|
||||||
.themeBtn {
|
.themeBtn {
|
||||||
|
Reference in New Issue
Block a user