danoniplus 32.5.0 → 32.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/danoni_main.css +5 -1
- package/js/danoni_main.js +316 -444
- package/js/lib/danoni_constants.js +5 -2
- package/package.json +1 -1
package/css/danoni_main.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
本体cssファイル
|
|
5
5
|
|
|
6
6
|
Created : 2018/10/08
|
|
7
|
-
Revised : 2023/06/
|
|
7
|
+
Revised : 2023/06/30 (v32.6.0)
|
|
8
8
|
|
|
9
9
|
https://github.com/cwtickle/danoniplus
|
|
10
10
|
------------------------------------------ */
|
|
@@ -342,6 +342,10 @@ input[type="color"] {
|
|
|
342
342
|
justify-content: center;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
|
+
.common_bold {
|
|
346
|
+
font-weight: bold;
|
|
347
|
+
}
|
|
348
|
+
|
|
345
349
|
/* 警告ウィンドウ */
|
|
346
350
|
#lblWarning>p {
|
|
347
351
|
margin: 15px 5px;
|