// display cursor
 | 
						|
.cursor-text {
 | 
						|
    cursor: text !important;
 | 
						|
}
 | 
						|
 | 
						|
.cursor-pointer {
 | 
						|
    cursor: pointer !important;
 | 
						|
}
 | 
						
// display cursor
 | 
						|
.cursor-text {
 | 
						|
    cursor: text !important;
 | 
						|
}
 | 
						|
 | 
						|
.cursor-pointer {
 | 
						|
    cursor: pointer !important;
 | 
						|
}
 |