bug 13773

Change 'migrateToAnotherStorage' icon to use same icon as 'migrate'
This commit is contained in:
bfederle 2012-03-28 16:57:07 -07:00
parent f53dc35d9f
commit 0e248bdbe1

View File

@ -8452,11 +8452,13 @@ div.panel.ui-dialog div.list-view div.fixed-header {
background-position: 1px -674px;
}
.migrate .icon {
.migrate .icon,
.migrateToAnotherStorage .icon {
background-position: 0px -125px;
}
.migrate:hover .icon {
.migrate:hover .icon,
.migrateToAnotherStorage:hover .icon {
background-position: 0px -707px;
}