mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-03 04:31:20 +08:00
fix(search): fix input style
This commit is contained in:
parent
bf1ae7802d
commit
2d6a51b057
@ -30,6 +30,9 @@ function style () {
|
||||
padding: 7px;
|
||||
line-height: 22px;
|
||||
font-size: 14px;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
|
||||
.search h2 {
|
||||
|
Loading…
Reference in New Issue
Block a user