Skip to content

Commit 7d73f15

Browse files
committed
Futher updates to select background color
1 parent 45e8d0e commit 7d73f15

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/components/ShopData.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@
2727
.table-row .cell {
2828
display: table-cell;
2929
}
30-
.select_table {
30+
select {
3131
color: white;
32-
background: rgba(0,0,0,0.2);
32+
background: rgba(0,0,0,0.7);
3333
border: rgba(255,255,255,0.2) 1px solid;
3434
}
35+
select option {
36+
background: rgba(0,0,0,0.7);
37+
}
3538
3639
</style>
3740
<script src="./ShopData.ts"></script>

0 commit comments

Comments
 (0)