Revision 80bb2140 snf-cyclades-app/synnefo/ui/static/snf/css/main.css

b/snf-cyclades-app/synnefo/ui/static/snf/css/main.css
1060 1060
    display: none;
1061 1061
}
1062 1062

  
1063
div.machine div.actions .disabled-visible a,
1064
div.machine div.vm-actions .disabled-visible a {
1065
  color: #aaa;
1066
}
1067

  
1063 1068
div.single-container div.vm-actions .disabled {
1064 1069
    display: none;
1065 1070
}
......
4767 4772
    font-size: 0.8em;
4768 4773
}
4769 4774

  
4775
.overlay .start-warn .important,
4770 4776
.overlay .v6-warn .important {
4771 4777
  display: block;
4772 4778
  margin: 8px 0;
......
5739 5745
    border: 1px solid #C97943;
5740 5746
}
5741 5747

  
5748
.create-vm .flavor-options-cont .flavor-options li.selected.disabled {
5749
    background-color: #AAA;
5750
    background-image:linear-gradient(top, #AAA, #E88B4D);
5751
    background-image:-webkit-linear-gradient(top, #AAA, #E88B4D);
5752
    background-image:-o-linear-gradient(top, #AAA, #E88B4D);
5753
    background-image:-moz-linear-gradient(top, #AAA, #E88B4D);
5754
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AAAAAA', endColorstr='#E88B4D', GradientType=0);
5755
    border: 1px solid #999;
5756
}
5757

  
5742 5758
.create-vm .predefined-list li.disabled {
5743 5759
    color: #ddd !important;
5744 5760
}

Also available in: Unified diff