css정리
parent
4e9a3b67ef
commit
6286ee972e
@ -1,39 +0,0 @@
|
|||||||
@charset "UTF-8";
|
|
||||||
|
|
||||||
body:not(.root-privacy-on) td.privacy-cell span:nth-child(1){
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
|
|
||||||
body:not(.root-privacy-on) td.privacy-cell span:nth-child(2){
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.root-privacy-on td.privacy-cell span:nth-child(1){
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
body.root-privacy-on td.privacy-cell span:nth-child(2){
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
caption {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* 필수 항목 캡션 */
|
|
||||||
label.required:after {
|
|
||||||
content: '*';
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text]:disabled, input[type=text]:read-only {
|
|
||||||
background-color: #eceef1;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[data-fmt-type=number] {
|
|
||||||
text-align: right;
|
|
||||||
padding-right: 10px;
|
|
||||||
}
|
|
||||||
input[data-fmt-type=time], input[data-fmt-type=day] {
|
|
||||||
|
|
||||||
}
|
|
@ -1,18 +0,0 @@
|
|||||||
@CHARSET "UTF-8";
|
|
||||||
|
|
||||||
*[onclick], *[href] {cursor:pointer;}
|
|
||||||
|
|
||||||
.hidden {display:none;}
|
|
||||||
|
|
||||||
.wait {
|
|
||||||
position:fixed; top:35%; left:50%;
|
|
||||||
filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
|
|
||||||
z-index:99999;
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.current-row {background-color:rgba(105, 108, 255, 0.16);}
|
|
||||||
|
|
||||||
.table th {font-size:1rem;}
|
|
||||||
|
|
||||||
.col-form-label {font-size:1rem;}
|
|
Loading…
Reference in New Issue