@@ -131,3 +131,46 @@ body.dark-page .btn-outline-dark {
131
131
border-color : white;
132
132
}
133
133
/*# 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