mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
style(client): improve read-only note title
This commit is contained in:
parent
57004ab848
commit
b502e999de
@ -252,10 +252,6 @@ button.close:hover {
|
|||||||
color: var(--main-text-color) !important;
|
color: var(--main-text-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-title[readonly] {
|
|
||||||
background: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tdialog {
|
.tdialog {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -12,6 +12,11 @@
|
|||||||
padding: 1px 12px;
|
padding: 1px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-title-widget input.note-title[readonly] {
|
||||||
|
background: inherit;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.note-title-widget input.note-title.protected {
|
.note-title-widget input.note-title.protected {
|
||||||
text-shadow: 4px 4px 4px var(--muted-text-color);
|
text-shadow: 4px 4px 4px var(--muted-text-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user