mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-02 01:34:43 +00:00
light gray on docs search input
This commit is contained in:
parent
f5008769a5
commit
d1f06ffe83
3 changed files with 6 additions and 1 deletions
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
Binary file not shown.
|
|
@ -67,6 +67,11 @@
|
|||
height: 2.45rem;
|
||||
padding-top: .4rem;
|
||||
padding-bottom: .4rem;
|
||||
background-color: #fafafa;
|
||||
|
||||
&:focus {
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue