matercvform / style.css
StringFellow's picture
Update style.css
4a8c874 verified
Raw
History Blame Contribute Delete
609 Bytes
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;
}