mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +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;
|
||||
}
|
||||
|
||||
|
||||
.bd-search {
|
||||
.form-control {
|
||||
background-color: transparent;
|
||||
&:focus {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user