enhance(frontend): improve forms usability
This commit is contained in:
parent
2c615357f2
commit
1ba09e1eee
8 changed files with 530 additions and 464 deletions
|
|
@ -237,6 +237,8 @@ onMounted(() => {
|
|||
background: var(--acrylicBg);
|
||||
-webkit-backdrop-filter: var(--blur, blur(15px));
|
||||
backdrop-filter: var(--blur, blur(15px));
|
||||
background-size: auto auto;
|
||||
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, var(--panel) 5px, var(--panel) 10px);
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue