You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/viewer/index.html
+45-5Lines changed: 45 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,28 @@
176
176
input[type=text] {
177
177
padding:9px0.5em!important;
178
178
}
179
+
180
+
.error-modal {
181
+
display: none;
182
+
position: absolute;
183
+
left:15vw;
184
+
right:15vw;
185
+
top:15vw;
186
+
bottom:15vw;
187
+
border: solid 2px red;
188
+
background-color:#fee;
189
+
cursor: pointer;
190
+
font-size:150%;
191
+
}
192
+
193
+
.error-modal .message {
194
+
padding:5vw;
195
+
display: inline-block;
196
+
}
197
+
198
+
.error-modal .message::before {
199
+
content:'\26A0 \A0 \A0';
200
+
}
179
201
</style>
180
202
</head>
181
203
@@ -207,6 +229,9 @@ <h2>Selection attributes</h2>
207
229
This software is freely available for use, modification, and distribution under the MIT License, provided the original copyright notice and license terms are included.
0 commit comments