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