aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-26 16:25:33 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-26 16:25:33 -0500
commitaa87aa5c549661d825f2b53fae0cdc549d454c60 (patch)
treeee02811202e3849ac9d2ca484cb5c489fec9907a /src/client/views/collections/CollectionFreeFormView.scss
parent6b61bc19641b3c10658aba00b9cc2cddb6254049 (diff)
parent3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff)
fixed merge conflicts
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.scss')
-rw-r--r--src/client/views/collections/CollectionFreeFormView.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.scss b/src/client/views/collections/CollectionFreeFormView.scss
index d583a8218..737f28318 100644
--- a/src/client/views/collections/CollectionFreeFormView.scss
+++ b/src/client/views/collections/CollectionFreeFormView.scss
@@ -2,10 +2,11 @@
::-webkit-scrollbar {
-webkit-appearance: none;
- width: 10px;
+ height:5px;
+ width:5px;
}
::-webkit-scrollbar-thumb {
- border-radius: 5px;
+ border-radius: 2px;
background-color: rgba(0,0,0,.5);
}