css.wcss 1.6 KB
Newer Older
R
roo00 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
	"inputAreaNode": {
	    "overflow": "hidden",
	    "margin": "5px"
	},
	"actionAreaNode": {
	    "height": "20px",
	    "background": "#EEE",
	    "border-top": "1px solid #CCC",
	    "border-bottom": "1px solid #CCC",
	    "cursor": "pointer"
	},
	"actionNode": {
	    "height": "20px",
15
	    "background": "url(../x_component_query_ViewDesigner/widget/$ViewFilter/default/down.png) no-repeat center -2px"
R
roo00 已提交
16 17 18 19 20 21 22 23
	},
	"verificationNode": {
	    "background-color": "#fbe8e8",
	    "color": "#ff0000",
	    "height": "24px",
	    "line-height": "24px"
	},
	"verificationTextNode": {
24
	    "background": "url(../x_component_query_ViewDesigner/widget/$ViewFilter/default/icon/error.png) no-repeat 5px center",
R
roo00 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
	    "padding-left": "26px"
	},

	"itemNode": {
        "cursor": "pointer",
        "height": "24px",
        "margin": "2px 4px",
        "background-color": "#f4f7fe",
        "border": "1px solid #999999"
    },
    "itemNode_current": {
        "cursor": "pointer",
        "height": "24px",
        "margin": "2px 4px",
        "background-color": "#e1e9ff",
        "border": "1px solid #999999"
    },
    "itemDeleteNode": {
        "width": "20px",
        "height": "24px",
        "float": "right",
46
        "background": "url(../x_component_query_ViewDesigner/widget/$ViewFilter/default/icon/delete1.png) no-repeat center center",
R
roo00 已提交
47 48 49 50 51 52 53 54 55 56 57 58 59 60
        "cursor": "pointer"
    },
    "itemContentNode": {
        "padding-left": "5px",
        "padding-right": "3px",
        "margin-right": "20px",
        "height": "24px",
        "line-height": "24px",
        "overflow": "hidden",
        "text-overflow": "ellipsis",
        "white-space": "nowrap"
    }

}