comparison Applications/StoneWebViewer/WebApplication/app-fixes.css @ 1967:b180233143ae

Added vertical slider showing position of the current frame inside the series
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Oct 2022 10:38:30 +0200
parents 59fc37c10cfa
children ed5a0b9183dc
comparison
equal deleted inserted replaced
1966:a5f0b395d4df 1967:b180233143ae
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 }