mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +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 {
|
.board-new-item {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
padding: 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
font-size: var(--card-font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-new-item:hover {
|
.board-new-item:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user