More visible sidebar scrollbar

This commit is contained in:
shortcutme 2018-03-08 14:19:42 +01:00
parent e8a0d56ff8
commit 9d1f491a89
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@
position: absolute;
width: 7px;
border-radius: 5px;
background: #151515;
background: #3A3A3A;
top: 0px;
left: 395px;
-webkit-transition: top .08s;
@ -41,4 +41,4 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
}

View file

@ -54,7 +54,7 @@
position: absolute;
width: 7px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px ;
background: #151515;
background: #3A3A3A;
top: 0px;
left: 395px;
-webkit-transition: top .08s;
@ -73,6 +73,7 @@
}
/* ---- plugins/Sidebar/media/Sidebar.css ---- */