优化主题外观,新增high-contrast主题

This commit is contained in:
binary-husky
2023-09-01 10:45:22 +08:00
parent 045b7f6312
commit 6d7f3feab3
10 changed files with 664 additions and 13 deletions

15
themes/common.css Normal file
View 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;
}