no message

main
이범준 5 months ago
parent 9d15c51938
commit ffe0a305ec

@ -102,27 +102,10 @@
} }
*[onclick], *[href] {
cursor:pointer !important;
}
.hidden {
display:none;
}
[hidden] { [hidden] {
display: none !important; 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 { body {
margin: 0; 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 { .table th {
text-transform: uppercase; text-transform: uppercase;
font-size: 1rem;
letter-spacing: 1px; letter-spacing: 1px;
} }
.table:not(.table-dark) th { .table:not(.table-dark) th {

Loading…
Cancel
Save