mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 05:43:21 +08:00
feat: 增加清空搜索框的按钮 #18
This commit is contained in:
@@ -18,4 +18,20 @@
|
||||
color: @text-color-lighter;
|
||||
}
|
||||
}
|
||||
.clip-search-suffix {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 18px;
|
||||
font-size: 13px;
|
||||
padding: 2px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: @nav-bg-color;
|
||||
border-radius: 20px;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: @nav-hover-bg-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user