From 2033b6bbb786bb6fbae5cc2a3799508c9b3bb659 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Sat, 22 Feb 2025 14:24:34 +0800 Subject: [PATCH] =?UTF-8?q?bug=20fix:=20=E7=A7=BB=E9=99=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=90=9C=E7=B4=A2=E6=A1=86=E7=9A=84=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 2739bd3..0bb866b 100644 --- a/theme.css +++ b/theme.css @@ -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;