mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Bug 13773 (Migrate volume to another primary storage icon is wrong)
reviewed-by: Brian
This commit is contained in:
parent
58add196be
commit
7d93125993
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user