fix list group item

This commit is contained in:
Focuslinkstech 2024-09-04 09:24:42 +01:00 committed by GitHub
parent 74ec6128ab
commit 44fe6a0ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -704,7 +704,7 @@
.dark-mode textarea:not(#filterNavigateMenu),
.dark-mode select:not(#filterNavigateMenu),
.dark-mode .select2-selection:not(#filterNavigateMenu) {
color: #ffffff;
color: inherit;
transition: all .5s ease-in-out;
}
@ -948,6 +948,15 @@
border-top: 1px solid transparent;
}
.dark-mode .list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: transparent;
border: 1px solid rgba(221, 224, 255, .54);
}
/* Dark Mode - Select2 Dropdown ends here */
/* dark mode styles start ends here */