mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
style(collections/board): minor improvements to Add item
This commit is contained in:
parent
114fdd6f91
commit
e99748e45f
@ -238,12 +238,13 @@
|
||||
|
||||
.board-new-item {
|
||||
margin-top: 0.5em;
|
||||
padding: 0.5em;
|
||||
padding: 0.25em 0.5em;
|
||||
border-radius: 5px;
|
||||
color: var(--muted-text-color);
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
background-color: transparent;
|
||||
font-size: var(--card-font-size);
|
||||
}
|
||||
|
||||
.board-new-item:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user