mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 15:57:28 +08:00
[F} Fix dropdown white on white
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user