Skip to content
Snippets Groups Projects
Commit e1acad7a authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #22667 from owncloud/scrollbar

make scrollbar less obnoxious: tad narrower, rounded corners
parents 71e5de38 36e8f7bc
No related branches found
No related tags found
No related merge requests found
......@@ -73,13 +73,14 @@ body {
/* SCROLLING */
::-webkit-scrollbar {
width: 8px;
width: 5px;
}
::-webkit-scrollbar-track-piece {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 3px;
}
/* Searchbox */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment