9 lines
181 B
CSS
Raw Normal View History

.dojoxBusyButtonIcon {
width: 10px;
height: 10px;
vertical-align: middle;
margin-left: 4px;
background-image: url('images/loading_wheel.gif');
background-repeat: no-repeat;
}