css 경로 수정

dev
이범준 5 months ago
parent 15d690d435
commit 3d85714a89

@ -48,6 +48,6 @@
<link rel="stylesheet" href="<c:url value="/webjars/3rd-party/sneat/libs/datatables-responsive-bs5/responsive.bootstrap5.css"/>" />
<link rel="stylesheet" href="<c:url value="/webjars/3rd-party/sneat/libs/flatpickr/flatpickr.css"/>" /--%>
<link rel="stylesheet" href="<c:url value="/resources/css/styles.css"/>" />
<link rel="stylesheet" href="<c:url value="/webjars/css/styles.css"/>" />
</head>

@ -102,27 +102,10 @@
}
*[onclick], *[href] {
cursor:pointer !important;
}
.hidden {
display:none;
}
[hidden] {
display: none !important;
}
.wait {
position:fixed;
top:35%;
left:50%;
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
z-index:99999;
}
body {
margin: 0;
@ -6893,13 +6876,10 @@ a.invert-bg-dark:hover, a.invert-bg-dark:focus {
}
}
.current-row {
background-color:rgba(105, 108, 255, 0.16);
}
.table th {
text-transform: uppercase;
font-size: 1rem;
letter-spacing: 1px;
}
.table:not(.table-dark) th {

Loading…
Cancel
Save