mirror of
https://github.com/laughmaker/Zen.git
synced 2026-07-22 04:00:31 +00:00
bug fix: 移除页面搜索框的背景
This commit is contained in:
parent
c7c78e24bb
commit
2ea1384dcb
1 changed files with 4 additions and 0 deletions
|
|
@ -1150,6 +1150,10 @@ li {
|
|||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.mod-active .document-search-container {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.global-search-input-container.search-input-container input,
|
||||
.global-search-input-container.search-input-container input:focus {
|
||||
border: none !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue