openclassify/addons/default/visiosoft/profile-module/resources/assets/css/profile.css
2020-02-12 17:03:12 +03:00

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;
}