mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-06-19 12:33:16 +03:00
#842 docs search box had a hardcoded bg color
This commit is contained in:
parent
585005b0c7
commit
c896d2d5a1
|
@ -5,4 +5,11 @@
|
||||||
padding: .25rem .75rem;
|
padding: .25rem .75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bd-search {
|
||||||
|
.form-control {
|
||||||
|
background-color: transparent;
|
||||||
|
&:focus {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user