mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-08-05 06:50:10 +00:00
feat: enhance mobile vault filter UI and improve styling for better usability
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
:root[data-theme='dark'] .textarea,
|
||||
:root[data-theme='dark'] select.input,
|
||||
:root[data-theme='dark'] .search-input,
|
||||
:root[data-theme='dark'] .mobile-vault-filter-trigger,
|
||||
:root[data-theme='dark'] .dialog input,
|
||||
:root[data-theme='dark'] .dialog textarea,
|
||||
:root[data-theme='dark'] .dialog select {
|
||||
@@ -79,6 +80,13 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] .mobile-vault-filter-trigger:hover,
|
||||
:root[data-theme='dark'] .mobile-vault-filter-trigger.active {
|
||||
background: var(--panel-muted);
|
||||
border-color: color-mix(in srgb, var(--primary) 42%, var(--line));
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
:root[data-theme='dark'] .input::placeholder,
|
||||
:root[data-theme='dark'] .textarea::placeholder,
|
||||
:root[data-theme='dark'] input::placeholder,
|
||||
|
||||
Reference in New Issue
Block a user