Revision 0a7c5154 ui/static/main.css

b/ui/static/main.css
3561 3561
    background-repeat: no-repeat;
3562 3562
    background-position: 0 0;
3563 3563
}
3564
div.state .destroy {
3564
div.state .destroy, tbody.machines .destroy {
3565 3565
    background-image: url("./icons/actions/medium/destroy.png");
3566 3566
}
3567
div.state .start {
3567
div.state .start, tbody.machines .start {
3568 3568
    background-image: url("./icons/actions/medium/start.png");
3569 3569
}
3570
div.state .reboot {
3570
div.state .reboot, tbody.machines .reboot {
3571 3571
    background-image: url("./icons/actions/medium/reboot.png");
3572 3572
}
3573
div.state .shutdown {
3573
div.state .shutdown, tbody.machines .shutdown {
3574 3574
    background-image: url("./icons/actions/medium/shutdown.png");
3575 3575
}

Also available in: Unified diff