diff Applications/StoneWebViewer/WebApplication/app-fixes.css @ 2012:637d6373127a

width of the vertical slider has doubled to ease user interactions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Dec 2022 18:49:06 +0100
parents ed5a0b9183dc
children
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app-fixes.css	Fri Dec 02 18:44:11 2022 +0100
+++ b/Applications/StoneWebViewer/WebApplication/app-fixes.css	Fri Dec 02 18:49:06 2022 +0100
@@ -50,12 +50,12 @@
     top: 0;
     bottom: 0;
     right: 0;
-    width: 10px;
+    width: 20px;
     background-color: #1b663e;
 }
 
 .wvInfoRightMargin {
-    right: 10px !important;  /* must match the "width" of "wvVerticalScrollbar" */
+    right: 20px !important;  /* must match the "width" of "wvVerticalScrollbar" */
 }
 
 .wvVerticalScrollbarHighlight {