mirror of https://github.com/hykilpikonna/AquaDX
[F} Fix dropdown white on white
parent
69ab9d96f7
commit
637191836a
|
@ -133,6 +133,7 @@ input
|
|||
transition: $transition
|
||||
box-sizing: border-box
|
||||
|
||||
// Dropdown
|
||||
select
|
||||
border-radius: $border-radius
|
||||
border: 1px solid transparent
|
||||
|
@ -144,6 +145,13 @@ select
|
|||
transition: $transition
|
||||
box-sizing: border-box
|
||||
|
||||
option
|
||||
background-color: #333
|
||||
color: #fff
|
||||
|
||||
option:hover
|
||||
background-color: #555
|
||||
|
||||
input[type="checkbox"]
|
||||
width: 1.2em
|
||||
height: 1.2em
|
||||
|
@ -329,3 +337,5 @@ nav
|
|||
padding: 4px 8px
|
||||
background: $ov-lighter
|
||||
backdrop-filter: blur(5px)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue