MINOR Adding custom load icon for tree node ajax loading in TreeDropdownField.css

This commit is contained in:
Ingo Schommer 2011-03-03 14:51:32 +13:00
parent 76d32cb125
commit a05de97706
2 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,7 @@ div.TreeDropdownField .panel ul.tree {
div.TreeDropdownField a.editLink {
border:none;
text-decoration: none;
background: url(../../sapphire/images/TreeDropdownField_button.gif) no-repeat left top;
background: url(../images/TreeDropdownField_button.gif) no-repeat left top;
width: 19px;
height: 21px;
margin: 0;
@ -49,4 +49,8 @@ div.TreeDropdownField a.editLink {
z-index: 0;
overflow: hidden;
float:right;
}
div.TreeDropdownField .jstree-themeroller a.jstree-loading .jstree-icon {
background:url("../images/network-save.gif") center center no-repeat !important;
}

BIN
images/network-save.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB