mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #22667 from owncloud/scrollbar
make scrollbar less obnoxious: tad narrower, rounded corners
This commit is contained in:
commit
e1acad7ae2
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue