Browse Source

Editor: Nicer UI.Number.

Mr.doob 12 years ago
parent
commit
ccf27e5e31
1 changed files with 2 additions and 0 deletions
  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.backgroundColor = '';
 		dom.style.borderColor = '';
 		dom.style.borderColor = '';
+		dom.style.cursor = '';
 
 
 	};
 	};
 
 
@@ -610,6 +611,7 @@ UI.Number = function ( position ) {
 
 
 		dom.style.backgroundColor = 'transparent';
 		dom.style.backgroundColor = 'transparent';
 		dom.style.borderColor = 'transparent';
 		dom.style.borderColor = 'transparent';
+		dom.style.cursor = 'col-resize';
 
 
 	};
 	};