This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::-webkit-scrollbar {/* entire scrollbar scope */} | |
::-webkit-scrollbar-button {/* directional buttons at the top and bottom of the scrollbar */} | |
::-webkit-scrollbar-track {/* space below the scrollbar */} | |
::-webkit-scrollbar-track-piece {/* not covered area by the scrollbar-thumb */} | |
::-webkit-scrollbar-thumb {/* draggable scrollbar itself */} | |
::-webkit-resizer {/* resizser at the bottom of the scrollbar */} | |
::-webkit-scrollbar-corner {/* bottom of the scrollbar without resizse */} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
##Device = Desktops | |
##Screen = 1281px to higher resolution desktops | |
*/ | |
@media (min-width: 1281px) { | |
//CSS | |