Hide icon text

 From:  Michael Gibson
6178.3 In reply to 6178.1 
Also you can give this one a try and see what happens when you move your mouse over top of one of those buttons:

code:
moi\:CommandButton:hover, moi\:CommandMenuButton:hover, moi\:CommandSplitButton:hover {
	-webkit-transition: -webkit-transform 1s linear;
	-webkit-transform: rotate(360deg);
}



- Michael