mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Added font-awesome icons to user defined icon
This commit is contained in:
		| @@ -62,6 +62,11 @@ | ||||
|         font-size: 13px; | ||||
|         border-left-width: 3px; | ||||
|         border-right-width: 3px; | ||||
|         .palette_icon_fa { | ||||
|             position: relative; | ||||
|             top: -2.5px; | ||||
|             left: 0px; | ||||
|         } | ||||
|     } | ||||
|     .red-ui-search-result-separator { | ||||
|         border-bottom: 3px solid #ddd; | ||||
| @@ -145,6 +150,10 @@ | ||||
|         display: table; | ||||
|         clear: both; | ||||
|     } | ||||
|     .palette_icon_fa { | ||||
|         top: 6px; | ||||
|         left: 3px; | ||||
|     } | ||||
| } | ||||
|  | ||||
| .red-ui-search-result-node { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user