mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-18 08:38:29 +02:00
fix list group item
This commit is contained in:
parent
74ec6128ab
commit
44fe6a0ff7
1 changed files with 10 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue