Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

Commit

Permalink
Buttons added to scrollbars Chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed May 21, 2017
1 parent f575bba commit 19c8472
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions webdows/resources/explorer/webdows/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,24 @@ background:url('sb2.png'), linear-gradient(to bottom, #f3f3f3 0%,#e7e7e9 50%,#d7
background-repeat:no-repeat;
background-position:50% 50%;
}
::-webkit-scrollbar-button {
width:15px;
height:15px;
background-color:transparent;
background-image:url('sba1.png');
background-repeat:no-repeat;
background-position:50% 50%;
image-rendering:pixelated;
}
::-webkit-scrollbar-button:vertical:end {
background-image:url('sba3.png');
}
::-webkit-scrollbar-button:horizontal:end {
background-image:url('sba2.png');
}
::-webkit-scrollbar-button:horizontal:start {
background-image:url('sba4.png');
}
input[type=radio] {
display:none;
}
Expand Down
Binary file added webdows/resources/explorer/webdows/sba1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webdows/resources/explorer/webdows/sba2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webdows/resources/explorer/webdows/sba3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added webdows/resources/explorer/webdows/sba4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19c8472

Please sign in to comment.