mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
10 lines
258 B
CSS
10 lines
258 B
CSS
.profile-section .nav-link.active {
|
|
background-color: #343a40 !important;
|
|
border-color: #343a40 #343a40 #343a40;
|
|
color: white!important;
|
|
}
|
|
|
|
/* Hide profile upload table */
|
|
.selected.file-rows-table table td:first-child ~ td {
|
|
display: none;
|
|
} |