bug 13773

Change 'migrateToAnotherStorage' icon to use same icon as 'migrate'

reviewed-by: jessica
This commit is contained in:
bfederle 2012-03-28 17:02:32 -07:00
parent 732fa41a6d
commit a037765aa2
1 changed files with 4 additions and 2 deletions

View File

@ -8451,11 +8451,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;
}