Skip to content

Commit b410341

Browse files
Merge pull request #11 from app-generator/dark-css
fix dark mode color issues
2 parents eeb8297 + a576424 commit b410341

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

static/css/dark-theme-core.css

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,46 @@ body.dark-page .btn-outline-dark {
131131
border-color: white;
132132
}
133133
/*# sourceMappingURL=dark-theme-core.css.map */
134+
135+
body.dark-page .navbar-nav .nav-item .nav-link,
136+
body.dark-page .navbar-nav .nav-item .nav-link a,
137+
body.dark-page .navbar-nav .nav-item .nav-link .nav-link-text {
138+
color: white;
139+
border-color: white;
140+
}
141+
142+
body.dark-page .input-group .form-control,
143+
body.dark-page .input-group .input-group-text {
144+
background: #404B69 !important;
145+
color: #fff !important;
146+
}
147+
body.dark-page .input-group .input-group-text svg {
148+
color: #fff;
149+
}
150+
151+
body.dark-page table th a,
152+
body.dark-page table td a,
153+
body.dark-page .filter_panel li a {
154+
color: #fff !important;
155+
}
156+
157+
body.dark-page input[type="text"],
158+
body.dark-page input[type="email"],
159+
body.dark-page input[type="password"],
160+
body.dark-page input[type="number"],
161+
body.dark-page textarea,
162+
body.dark-page select {
163+
color: #fff !important;
164+
}
165+
166+
body.dark-page p.datetime {
167+
color: #fff !important;
168+
}
169+
170+
body.dark-page .selector select {
171+
background: #404B69 !important;
172+
}
173+
174+
body.dark-page .selector .selector-filter {
175+
background: #404B69 !important;
176+
}

0 commit comments

Comments
 (0)