Revision 698b4ddd ui/static/main.css

b/ui/static/main.css
868 868
}
869 869

  
870 870
div.list div.actions a.enabled.destroy {
871
    color: #981D1D;
872 871
}
873 872

  
874 873
.vm-actions .action-container.destroy {
......
880 879
}
881 880

  
882 881
.vm-actions .action-container.destroy a {
883
    color: #981D1D;
884 882
}
885 883

  
886 884
.icon .light-background .machine-data, div.network.light-background, div.network.expand {
......
1839 1837
    text-decoration: none;
1840 1838
}
1841 1839

  
1842
.popup-details a:link, .popup-details a:visited{
1840
.popup-details a:link, .popup-details a:visited {
1843 1841
    color: black;
1844 1842
}
1845 1843

  
1844
.destroy .confirm_single .yes {
1845
    background-color: #880000;
1846
    color: #fff;
1847
}
1848

  
1849
.destroy .confirm_single .no {
1850
    background-color: #CC0000;
1851
    color: #880000;
1852
}
1853

  
1854
.destroy .confirm_single .yes:hover {
1855
    background-color:#CC0000;
1856
}
1857

  
1858
div.list div.actions a.selected#action-destroy {
1859
    color: #880000 !important;
1860
}
1861

  
1862
.vm-actions .destroy a#action-destroy.selected {
1863
    color: #880000 !important;
1864
}
1865

  
1846 1866
/* Confirmation boxes */
1847 1867
div.confirm_single, div.confirm_multiple, div.action_error {
1848 1868
    display: none;
......
2681 2701
    visibility: visible;
2682 2702
}
2683 2703

  
2704
div.network div.machine-actions a.action-destroy.selected {
2705
    color: #880000 !important;
2706
}
2707

  
2684 2708
div.network div.actions a.selected:hover, div.network div.machine-actions a.selected {
2685 2709
    background-color: transparent !important;
2686 2710
    visibility: visible!important;
......
3315 3339
    filter: alpha(opacity = 80);
3316 3340
}
3317 3341

  
3342
.single .destroy a.single-action.selected {
3343
    color: #880000 !important;
3344
}
3345

  
3318 3346
.single a.single-action.selected {
3319 3347
    color: #FF7F2A !important;
3320 3348
    width: 50px !important;

Also available in: Unified diff