css.wcss 2.4 KB
Newer Older
R
roo00 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
{
	"areaNode": {
		"cursor": "pointer",
		"margin": "2px"
	},
	"treeNode": {
		"background": "transparent"
	},
	
	"treeItemNodeOver":{
		"height": "24px",
		"border-bottom": "1px solid #DDD",
		"background": "#EEE"
	},
	
	"treeItemNode":{
		"height": "24px",
		"border-bottom": "1px solid #DDD",
		"background": "transparent"
	},
	"treeChildrenNode": {
	},
	"blankLevelNode": {
		"height": "24px",
		"width": "15px"
	},
	"operateNode": {
		"height": "24px",
		"width": "20px",
		"background-position": "center 2px",
		"background-repeat": "no-repeat"
	},
	"nodeTable": {},
	"iconNode": {
		"height": "24px",
		"width": "20px",
		"background-position": "center center"
	},
	"textNode": {
		"height": "24px",
		"line-height": "24px"
	},
	"textDivNode": {
		"line-height": "24px",
		"font-size":"12px",
		"word-break": "keep-all",
		"white-space": "nowrap",
		"padding-left": "5px",
		"padding-right": "5px",
		"background": "transparent",
		"color": "#000"
	},
	"textDivNodeSelected": {
		"line-height": "24px",
		"font-size":"12px",
		"word-break": "keep-all",
		"white-space": "nowrap",
		"padding-left": "5px",
		"padding-right": "5px",
		"background": "#61657e",
		"color": "#FFF"
	},
	"editInputDiv": {
		"border": "1px solid #999",
		"height": "16px",
		"line-height": "16px",
		"overflow": "hidden",
		"display": "inline",
		"box-shadow": "0px 2px 5px #999"
	},
	
	"editInput": {
		"border": "0px",
		"font-size": "12px",
		"font-family": "Verdana, Geneva, sans-serif"
	},
	"itemActionNode": {
		"width": "70px",
		"height": "22px",
		"position": "absolute",
		"z-index": 10000,
		"display": "none"
	},
	"itemAddActionNode": {
		"width": "20px",
		"height": "22px",
		"float": "right",
		"background": "url("+o2.session.path+"/widget/$Tree/editor/add2.png) center center no-repeat"
	},
	"itemDeleteActionNode": {
		"width": "20px",
		"height": "22px",
		"float": "right",
		"background": "url("+o2.session.path+"/widget/$Tree/editor/delete1.png) center center no-repeat"
	},
	"itemScriptActionNode": {
		"width": "20px",
		"height": "22px",
		"float": "right",
		"background": "url("+o2.session.path+"/widget/$Tree/form/script.png) center center no-repeat"
	},
U
eltreee  
unknown 已提交
102 103 104 105 106 107
	"itemPropertyActionNode": {
		"width": "20px",
		"height": "22px",
		"float": "right",
		"background": "url("+o2.session.path+"/widget/$Tree/editor/code.png) center center no-repeat"
	},
R
roo00 已提交
108 109 110 111 112 113 114
	"scriptNode":{
		"width": "98%",
		"height": "98%",
		"background-color": "#FFF",
		"border": "0px solid #000"
	}
}