Skip to content

Commit e9c7874

Browse files
committed
Fix dropdown option visibility in dark theme, thanks Tom
1 parent c2e2de4 commit e9c7874

File tree

1 file changed

+7
-0
lines changed
  • apps/_dashboard/static/css

1 file changed

+7
-0
lines changed

apps/_dashboard/static/css/no.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,13 @@ input[type='color']:focus, input[type='date']:focus, input[type='time']:focus, i
219219

220220
select {
221221
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
222+
background-color: #222 !important;
223+
color: white !important;
224+
}
225+
226+
select option {
227+
background-color: #222;
228+
color: white;
222229
}
223230

224231
select[multiple] {

0 commit comments

Comments
 (0)