Skip to content

Instantly share code, notes, and snippets.

Created November 16, 2012 16:38
Show Gist options
  • Save anonymous/4088787 to your computer and use it in GitHub Desktop.
Save anonymous/4088787 to your computer and use it in GitHub Desktop.
bootmetro scrollbar styles
::-webkit-scrollbar {
width: 17px;
height: 17px;
background-color: #F0F0F0;
border: none;
}
/*Pseudo ::-webkit-search-decoration element*/
::-webkit-scrollbar-thumb {
background-color: #CDCDCD;
border: 1px solid #F0F0F0;
}
/*Pseudo ::-webkit-search-decoration element*/
::-webkit-scrollbar-button {
background: #F0F0F0 url("/content/img/controls-icon.png");
background-repeat: no-repeat;
}
/*Pseudo ::-webkit-search-decoration element*/
::-webkit-scrollbar-corner {
background-color: #F0F0F0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment