mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +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;
|
||||
}
|
||||
|
||||
.note-title[readonly] {
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.tdialog {
|
||||
display: none;
|
||||
}
|
||||
|
@ -12,6 +12,11 @@
|
||||
padding: 1px 12px;
|
||||
}
|
||||
|
||||
.note-title-widget input.note-title[readonly] {
|
||||
background: inherit;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.note-title-widget input.note-title.protected {
|
||||
text-shadow: 4px 4px 4px var(--muted-text-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user