修改前端代码
This commit is contained in:
15
themes/common.css
Normal file
15
themes/common.css
Normal file
@@ -0,0 +1,15 @@
|
||||
/* hide remove all button */
|
||||
.remove-all.svelte-aqlk7e.svelte-aqlk7e.svelte-aqlk7e {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
/* hide selector border */
|
||||
#input-plugin-group .wrap.svelte-aqlk7e.svelte-aqlk7e.svelte-aqlk7e {
|
||||
border: 0px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* hide selector label */
|
||||
#input-plugin-group .svelte-1gfkn6j {
|
||||
visibility: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user