Spaces:
Running
Running
File size: 609 Bytes
6b5e271 4a8c874 6b5e271 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.d-none {
display: none !important;
}
#f_stgManual {
text-transform: uppercase;
}
#dataTable tbody tr {
transition: background-color 0.2s ease;
}
.card-header {
border-bottom: 2px solid #ffc107;
}
.sticky-right {
position: sticky;
right: 0;
background-color: inherit;
z-index: 1;
}
input[type="search"]::-webkit-search-cancel-button {
cursor: pointer;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
color: #fff !important;
text-decoration: none !important;
} |