Home
last modified time | relevance | path

Searched refs:BORDER (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.qtip.js1934 BORDER = 'border', variable
2064 prop = BORDER + camel(side) + 'Width';
2075 prop = BORDER + camel(corner.y) + camel(corner.x) + 'Radius';
2090 borderSide = BORDER + camel(corner[ corner.precedance ]) + camel(COLOR),
2103 …$('*', tip).add(tip).css('cssText', BG_COLOR+':'+TRANSPARENT+IMPORTANT+';'+BORDER+':0'+IMPORTANT+'…