mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	adding some standard classes for tree items
This commit is contained in:
		| @@ -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; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user