Revision c9f5ed3f

b/ui/static/main.css
705 705
    text-decoration: none;
706 706
}
707 707

  
708
.machine a:hover {
708
div.machine a:hover {
709 709
    background-color:#A1C8DB;
710 710
    width: 180px;
711 711
    opacity: 0.8;
......
771 771
    display: block;
772 772
}
773 773

  
774
.machine:hover .actions a {
774
div.machine:hover .actions a {
775 775
    color: black;
776 776
    display: block;
777 777
}
......
803 803
    bottom: 0;
804 804
}
805 805

  
806
.machine:hover {
806
div.machine:hover {
807 807
    background-color:#A1C8DB;
808 808
}
809 809

  
......
1416 1416
    width: 350px;
1417 1417
}
1418 1418

  
1419
#metadata-wizard .metadata-pair-template:hover {
1419
#metadata-wizard div.metadata-pair-template:hover {
1420 1420
    background-color: #74AEC9;
1421 1421
}
1422 1422

  
......
1590 1590
    background-color: #4287a7;
1591 1591
}
1592 1592

  
1593
#metadata-wizard .metadata-edit .edit:hover, #metadata-wizard .metadata-edit .remove:hover, #metadata-wizard .editbuttons .remove:hover, #metadata-wizard .editbuttons .save:hover, #metadata-wizard .addbuttons .cancel:hover, #metadata-wizard .addbuttons .save:hover {
1593
#metadata-wizard div.metadata-edit div.edit:hover, #metadata-wizard div.metadata-edit div.remove:hover, #metadata-wizard div.editbuttons div.remove:hover, #metadata-wizard div.editbuttons div.save:hover, #metadata-wizard div.addbuttons div.cancel:hover, #metadata-wizard div.addbuttons div.save:hover {
1594 1594
    background-color: #74AEC9;
1595 1595
}
1596 1596

  
......
2104 2104
    cursor: pointer;
2105 2105
}
2106 2106

  
2107
.editbuttons .save:hover, .editbuttons .cancel:hover {
2107
div.editbuttons div.save:hover, div.editbuttons div.cancel:hover {
2108 2108
    background-color: #CCCCCC;
2109 2109
}
2110 2110

  
2111
.editbuttons .cancel:hover {
2111
div.editbuttons div.cancel:hover {
2112 2112
    background-image: url("./cancel-onhover.png");
2113 2113
}
2114 2114

  
......
2382 2382
    margin-left: 33px;
2383 2383
}
2384 2384

  
2385
.network a:hover, .show-machines:hover, span.ip:hover, .show-firewall:hover {
2385
div.network a:hover, span.show-machines:hover, span.ip:hover, span.show-firewall:hover {
2386 2386
    text-decoration: underline;
2387 2387
    cursor: pointer;
2388 2388
}
......
2422 2422
    display: block;
2423 2423
}
2424 2424

  
2425
.network:hover .actions a {
2425
div.network:hover .actions a {
2426 2426
    color: black;
2427 2427
    display: block;
2428 2428
}
......
2435 2435
    margin-top: 10px;
2436 2436
}
2437 2437

  
2438
.network:hover {
2438
div.network:hover {
2439 2439
    background-color: #CDE2EC;
2440 2440
}
2441 2441

  
......
2532 2532
    background-position: 0 3px;
2533 2533
}
2534 2534

  
2535
.network:hover a.rename {
2535
div.network:hover a.rename {
2536 2536
    color: #3d3d3d;
2537 2537
}
2538 2538

  
......
2630 2630
    margin-bottom: 20px;
2631 2631
}
2632 2632

  
2633
.network-machine:hover {
2633
div.network-machine:hover {
2634 2634
    background-color: #5CA1C0;
2635 2635
}
2636 2636

  
......
2700 2700
    color: #3d3d3d !important;
2701 2701
}
2702 2702

  
2703
.network-machine:hover .machine-actions a {
2703
div.network-machine:hover div.machine-actions a {
2704 2704
    color: black;
2705 2705
    text-decoration: none;
2706 2706
    display: block;
......
2730 2730
    text-decoration: underline;
2731 2731
}
2732 2732

  
2733
.machine-connect span:hover {
2733
h5.machine-connect span:hover {
2734 2734
    cursor: pointer;
2735 2735
}
2736 2736

  
......
2932 2932
    cursor: pointer;
2933 2933
}
2934 2934

  
2935
.single div.single-action:hover {
2935
div.single div.single-action:hover {
2936 2936
    color: #000000;
2937 2937
}
2938 2938

  
......
3005 3005
    padding-bottom: 2px;
3006 3006
}
3007 3007

  
3008
.single .column3 .server-name:hover {
3008
div.single div.column3 div.server-name:hover {
3009 3009
    background-color:  #999999;
3010 3010
    color: white;
3011 3011
}
b/ui/templates/machines_icon.html
38 38
<!-- the standard view -->
39 39
<div id="machinesview-icon" class="standard">
40 40
    <div class="machine-container" id="machine-container-template" style="display:none">
41
        <div class="machine" id="machine-template" \>
41
        <div class="machine" id="machine-template">
42 42
            <div class="actions">
43 43
                <a href="#" class="action-start">{% trans "Start" %}</a>
44 44
                <a href="#" class="action-reboot">{% trans "Reboot" %}</a>

Also available in: Unified diff