Project refactored to use NPM package manager, jquery and created new features
This commit is contained in:
13
src/components/scrollbar.scss
Normal file
13
src/components/scrollbar.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background-image: url("images/scroll.png");
|
||||
background-repeat: repeat;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgb(0, 168, 168);
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background-color: rgb(0, 168, 168);
|
||||
}
|
||||
Reference in New Issue
Block a user