mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 02:28:57 +01:00
style(views/board): improve new buttons
This commit is contained in:
parent
ac2f1b56fe
commit
e0299bd1ae
@ -226,9 +226,7 @@ const TPL = /*html*/`
|
|||||||
.board-new-item {
|
.board-new-item {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: 2px dashed var(--main-border-color);
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
@ -249,10 +247,9 @@ const TPL = /*html*/`
|
|||||||
width: 180px;
|
width: 180px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
border: 2px dashed var(--main-border-color);
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
background-color: transparent;
|
background-color: var(--accented-background-color);
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user