Skip to content

Commit c3e8451

Browse files
committed
consistent <select> bg-color across browsers
1 parent 77277dd commit c3e8451

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/input-num/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ button:active {
5858
}
5959
select {
6060
margin-left:0.25rem;
61+
background-color:white;
6162
border-color:#0002;
6263
}
6364
check-box { margin-right:1rem }

apps/multi-state/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ button:active {
3939
background-image:url("../clipboard-active.png");
4040
}
4141
select {
42+
background-color:white;
4243
border-color:#0002;
4344
}
4445
select:disabled, .disabled {

0 commit comments

Comments
 (0)