Ver Fonte

change indicator and rail color

Yuki Takei há 5 anos atrás
pai
commit
a3bdd7f00e
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/client/js/components/StickyStretchableScroller.jsx

+ 2 - 0
src/client/js/components/StickyStretchableScroller.jsx

@@ -82,6 +82,8 @@ const StickyStretchableScroller = (props) => {
     logger.debug(`[${scrollTargetSelector}] contentsHeight`, contentsHeight);
 
     $(scrollTargetSelector).slimScroll({
+      color: '#666',
+      railColor: '#999',
       railVisible: true,
       position: 'right',
       height: viewHeight,