about summary refs log tree commit diff
path: root/app/assets/stylesheets/application.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-12 19:14:47 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-12 19:14:47 +0200
commitf7f3e6e3bef5c69dbafa3dbd9b80ce2ec167fdd6 (patch)
tree98e8ad21fefe85841645deda94b0d5ab44bdd28e /app/assets/stylesheets/application.scss
parent2ddf4e09f92471737f84d5d7d20d47c663948886 (diff)
Fix styles
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index ddaece8d8..60875a3b3 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -77,9 +77,9 @@ table {
 }
 
 ::-webkit-scrollbar-track {
-  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   border: 0px none #ffffff;
-  border-radius: 50px;
+  border-radius: 0;
+  background: rgba(0, 0, 0, 0.1);
 }
 
 ::-webkit-scrollbar-track:hover {