comparison Applications/StoneWebViewer/WebApplication/app-fixes.css @ 2003:963f28eb40cb deep-learning

integration default->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Nov 2022 15:14:56 +0100
parents ed5a0b9183dc
children 637d6373127a
comparison
equal deleted inserted replaced
1964:2034ae383cfd 2003:963f28eb40cb
41 background-color: gray; 41 background-color: gray;
42 border: none; 42 border: none;
43 border-radius: 5px; 43 border-radius: 5px;
44 padding: 7px; 44 padding: 7px;
45 } 45 }
46
47
48 .wvVerticalScrollbar {
49 position: absolute;
50 top: 0;
51 bottom: 0;
52 right: 0;
53 width: 10px;
54 background-color: #1b663e;
55 }
56
57 .wvInfoRightMargin {
58 right: 10px !important; /* must match the "width" of "wvVerticalScrollbar" */
59 }
60
61 .wvVerticalScrollbarHighlight {
62 position: absolute;
63 left: 0;
64 right: 0;
65 height: 5%;
66 background-color: #00ff00;
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 }