Skip to content

Instantly share code, notes, and snippets.

@pstoev
Created March 27, 2014 14:57
Show Gist options
  • Select an option

  • Save pstoev/9809393 to your computer and use it in GitHub Desktop.

Select an option

Save pstoev/9809393 to your computer and use it in GitHub Desktop.

Revisions

  1. pstoev created this gist Mar 27, 2014.
    19 changes: 19 additions & 0 deletions webkit_scrollbar_styling.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    /*#region ScrollBar Styles */
    ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    }
    ::-webkit-scrollbar-track {
    background-color: rgba(113, 112, 107, 0.2);
    }
    ::-webkit-scrollbar-thumb:vertical {
    background-color: rgba(0, 0, 0, 0.2);
    }
    ::-webkit-scrollbar-thumb:vertical:hover,
    ::-webkit-scrollbar-thumb:horizontal:hover {
    background: white;
    }
    ::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(0, 0, 0, 0.2);
    }
    /*#endregion ScrollBar Styles*/