comparison 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
comparison
equal deleted inserted replaced
1967:b180233143ae 1968:ed5a0b9183dc
63 left: 0; 63 left: 0;
64 right: 0; 64 right: 0;
65 height: 5%; 65 height: 5%;
66 background-color: #00ff00; 66 background-color: #00ff00;
67 } 67 }
68
69 .wvInputInstanceNumber {
70 width: 6ch; /* width of 6 characters */
71 border: 2px solid rgba(255, 202, 128, 0.24);
72 background-color: transparent;
73 }