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