From 0a24d51401a498de84962d16bd87479200e6c909 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 2 Jul 2013 15:42:41 +0200 Subject: [PATCH] smaller scrollbars --- src/main/webapp/sass/generic/_scrollbar.scss | 3 +-- src/main/webapp/sass/themes/_ebraminio.scss | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main/webapp/sass/generic/_scrollbar.scss b/src/main/webapp/sass/generic/_scrollbar.scss index 80af0e5f..11c98a14 100644 --- a/src/main/webapp/sass/generic/_scrollbar.scss +++ b/src/main/webapp/sass/generic/_scrollbar.scss @@ -1,6 +1,5 @@ ::-webkit-scrollbar { - width: 12px; - height: 12px; + height: 8px; } ::-webkit-scrollbar-track { diff --git a/src/main/webapp/sass/themes/_ebraminio.scss b/src/main/webapp/sass/themes/_ebraminio.scss index 96d876fc..f0ed9ab7 100644 --- a/src/main/webapp/sass/themes/_ebraminio.scss +++ b/src/main/webapp/sass/themes/_ebraminio.scss @@ -34,9 +34,6 @@ pre { border-bottom-right-radius: 2px; } /* Better scrollbar*/ -::-webkit-scrollbar { - width: 8px; -} ::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.4); }