mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
adding some standard classes for tree items
This commit is contained in:
parent
1c057cac75
commit
2953f1bdb8
@ -113,6 +113,7 @@ class Attribute extends Entity {
|
||||
// cannot be static!
|
||||
updatePojo(pojo) {
|
||||
delete pojo.isOwned;
|
||||
delete pojo.__note;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -75,6 +75,12 @@ ul.fancytree-container {
|
||||
content: "\e9f8";
|
||||
}
|
||||
|
||||
/** some common text styling for cssClass label */
|
||||
span.fancytree-node.underline .fancytree-title { text-decoration: underline; }
|
||||
span.fancytree-node.dotted .fancytree-title { text-decoration: dotted; }
|
||||
span.fancytree-node.bold .fancytree-title { font-weight: bold; }
|
||||
span.fancytree-node.muted { opacity: 0.6; }
|
||||
|
||||
.note-title[readonly] {
|
||||
background: inherit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user