Spaces:
Running
Running
| body { | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; | |
| } | |
| .d-none { | |
| display: none ; | |
| } | |
| #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 ; | |
| text-decoration: none ; | |
| } |