Revision dae23b8f
b/ui/static/main.css | ||
---|---|---|
3559 | 3559 |
background-repeat: no-repeat; |
3560 | 3560 |
background-position: 0 0; |
3561 | 3561 |
} |
3562 |
div.action-indicator.destroy {
|
|
3562 |
div.state .destroy {
|
|
3563 | 3563 |
background-image: url("./icons/actions/medium/destroy.png"); |
3564 | 3564 |
} |
3565 |
div.action-indicator.start {
|
|
3565 |
div.state .start {
|
|
3566 | 3566 |
background-image: url("./icons/actions/medium/start.png"); |
3567 | 3567 |
} |
3568 |
div.action-indicator.reboot {
|
|
3568 |
div.state .reboot {
|
|
3569 | 3569 |
background-image: url("./icons/actions/medium/reboot.png"); |
3570 | 3570 |
} |
3571 |
div.action-indicator.shutdown {
|
|
3571 |
div.state .shutdown {
|
|
3572 | 3572 |
background-image: url("./icons/actions/medium/shutdown.png"); |
3573 | 3573 |
} |
Also available in: Unified diff