Skip to content

Commit 3657df3

Browse files
Custom Spinner DD Menu
1 parent ab934cf commit 3657df3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/css/index.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ select {
202202
background: url('../images/dropdown.svg') no-repeat;
203203
background-position: calc(100% - 14px) center;
204204
border: none;
205-
color: #333;
205+
color: #fff;
206206
border-radius: 4px;
207207
font-size: 0.9rem;
208208
display: block;
@@ -211,7 +211,8 @@ select {
211211
}
212212

213213
option {
214-
color: #333;
214+
background-color: #464144;
215+
color: #fff;
215216
}
216217

217218
body.dark select {

docs/take-notes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<option value="Populaire">
254254
Populaire
255255
</option>
256-
<option value="Riddikulus">
256+
<option value="Riddndwrtitngikulus">
257257
Riddikulus
258258
</option>
259259
<option value="Mine">

0 commit comments

Comments
 (0)