V1STA 2014主题搜索框CSS记录

修改了一下电脑屏幕打开搜索图标时显示的搜索框的背景,

觉得还是应该添加毛玻璃比较好?

.search-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 1%, rgb(200 200 200) 2%, rgb(18 18 18 / 60%) 5%, rgb(24 24 24) 70%, rgba(25, 25, 25, 1) 70%, rgb(0 0 0) 100%);
    -webkit-backdrop-filter: blur(5px);   
    backdrop-filter: blur(5px);
}

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)