diff --git a/src/main/resources/static/css/common.css b/src/main/resources/static/css/common.css
index 2c92f5c..ed88a99 100644
--- a/src/main/resources/static/css/common.css
+++ b/src/main/resources/static/css/common.css
@@ -43,7 +43,7 @@ html [lang] {
}
/* input element styles */
-input:not([type='radio'], [type='checkbox']), select, textarea {
+input:not([type='radio'], [type='checkbox'], [type='button']), select, textarea {
color: var(--md-sys-color-on-surface);
vertical-align: middle;
box-sizing: border-box;
@@ -55,8 +55,8 @@ input:not([type='radio'], [type='checkbox']), select, textarea {
margin: 2px 0;
}
-input:not([type='radio'], [type='checkbox']):hover, select:hover, textarea:hover,
-input:not([type='radio'], [type='checkbox']):focus, select:focus, textarea:focus {
+input:not([type='radio'], [type='checkbox'], [type='button']):hover, select:hover, textarea:hover,
+input:not([type='radio'], [type='checkbox'], [type='button']):focus, select:focus, textarea:focus {
border: 1px solid var(--md-sys-color-outline-variant);
}
diff --git a/src/main/resources/static/css/common.pub.css b/src/main/resources/static/css/common.pub.css
index 6cad56e..67e2ef1 100644
--- a/src/main/resources/static/css/common.pub.css
+++ b/src/main/resources/static/css/common.pub.css
@@ -1,5 +1,15 @@
@charset "utf-8";
+.icon-search {
+ display: inline-block;
+ height: 27px;
+ width: 27px;
+ background-image: var(--njs-icon-search);
+ background-size: 19px;
+ background-repeat: no-repeat;
+ background-position: 50%;
+}
+
/* search-panel */
.view_context__ form:not(.select_input_container__) label {
white-space: nowrap;
diff --git a/src/main/resources/static/html/com/app/sample/type0201.html b/src/main/resources/static/html/com/app/sample/type0201.html
index edbb2f9..0320213 100644
--- a/src/main/resources/static/html/com/app/sample/type0201.html
+++ b/src/main/resources/static/html/com/app/sample/type0201.html
@@ -73,8 +73,8 @@
|
-
-
+
+
|
|
@@ -176,7 +176,7 @@
inst : "p.grid.master"
});
},
- "e.btnDept.click" : function(e, idx) {
+ "e.btnDeptCd.click" : function(e, idx) {
e.preventDefault();
cont.selIdx = idx;
diff --git a/src/main/resources/static/html/com/app/sample/type0401.html b/src/main/resources/static/html/com/app/sample/type0401.html
index ee9a2e9..d4e7e69 100644
--- a/src/main/resources/static/html/com/app/sample/type0401.html
+++ b/src/main/resources/static/html/com/app/sample/type0401.html
@@ -64,7 +64,7 @@
Department
-
+
-
+
-
+