Add icons for 'add account,' 'release from account'

This commit is contained in:
Brian Federle 2013-04-24 16:53:22 -07:00
parent 7cef521227
commit f1bdae006a
2 changed files with 16 additions and 0 deletions

View File

@ -12050,6 +12050,22 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it
background-position: -263px -583px;
}
.releaseFromAccount .icon {
background-position: -230px -123px;
}
.releaseFromAccount:hover .icon {
background-position: -229px -704px;
}
.addAccount .icon {
background-position: -231px -96px;
}
.addAccount:hover .icon {
background-position: -230px -677px;
}
.label-hovered {
cursor: pointer;
color: #0000FF !important;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 188 KiB