浏览代码

Editor: Nicer UI.Number.

Mr.doob 13 年之前
父节点
当前提交
ccf27e5e31
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      editor/js/UI.js

+ 2 - 0
editor/js/UI.js

@@ -603,6 +603,7 @@ UI.Number = function ( position ) {
 
 		dom.style.backgroundColor = '';
 		dom.style.borderColor = '';
+		dom.style.cursor = '';
 
 	};
 
@@ -610,6 +611,7 @@ UI.Number = function ( position ) {
 
 		dom.style.backgroundColor = 'transparent';
 		dom.style.borderColor = 'transparent';
+		dom.style.cursor = 'col-resize';
 
 	};