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
2ea1384dcb
commit
2033b6bbb7
1 changed files with 6 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ body {
|
|||
--window-font-size: 15;
|
||||
--mac-window-opacity: 0.2;
|
||||
--win-bg-image-url: url('https://images.pexels.com/photos/66997/pexels-photo-66997.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
|
||||
--input-radius: 15px;
|
||||
}
|
||||
|
||||
body.is-mobile {
|
||||
|
|
@ -1150,10 +1151,15 @@ li {
|
|||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/* 移除输入框的背景色 */
|
||||
.mod-active .document-search-container {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
textarea, input.metadata-input-text, input[type='date'], input[type='datetime-local'], input[type='text'], input[type='search'], input[type='email'], input[type='password'], input[type='number'] {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.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