forked from kevinowino869/mitrobill
fix list group item
This commit is contained in:
parent
74ec6128ab
commit
44fe6a0ff7
@ -704,7 +704,7 @@
|
|||||||
.dark-mode textarea:not(#filterNavigateMenu),
|
.dark-mode textarea:not(#filterNavigateMenu),
|
||||||
.dark-mode select:not(#filterNavigateMenu),
|
.dark-mode select:not(#filterNavigateMenu),
|
||||||
.dark-mode .select2-selection:not(#filterNavigateMenu) {
|
.dark-mode .select2-selection:not(#filterNavigateMenu) {
|
||||||
color: #ffffff;
|
color: inherit;
|
||||||
transition: all .5s ease-in-out;
|
transition: all .5s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -948,6 +948,15 @@
|
|||||||
border-top: 1px solid transparent;
|
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 - Select2 Dropdown ends here */
|
||||||
|
|
||||||
/* dark mode styles start ends here */
|
/* dark mode styles start ends here */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user