Bug 13773 (Migrate volume to another primary storage icon is wrong)

reviewed-by: Brian
This commit is contained in:
Likitha Shetty 2012-03-07 10:20:12 +05:30
parent 58add196be
commit 7d93125993

View File

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