diff Applications/StoneWebViewer/WebApplication/app-fixes.css @ 1968:ed5a0b9183dc

The text field with the instance number is editable to go to a specific instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2022 10:56:34 +0200
parents b180233143ae
children 637d6373127a
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app-fixes.css	Fri Oct 28 10:38:30 2022 +0200
+++ b/Applications/StoneWebViewer/WebApplication/app-fixes.css	Fri Oct 28 10:56:34 2022 +0200
@@ -65,3 +65,9 @@
     height: 5%;
     background-color: #00ff00;
 }
+
+.wvInputInstanceNumber {
+    width: 6ch;  /* width of 6 characters */
+    border: 2px solid rgba(255, 202, 128, 0.24);
+    background-color: transparent;
+}