Revision df8e3f06 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss
45 45
			font-size: 60px;
46 46
			color: $vm-active-color;
47 47
		}
48
		// &.off {
49
		// 	.snf-PC_fill {
50
		// 		color: $vm-off-color;
51
		// 	}
52
		// }
53
		// }
54 48
		.os {
55 49
			@include sprite('../images/os-unknown.png', 22px, 22px);
56 50
			position: absolute;
......
67 61
				color: $vm-off-color;
68 62
			}
69 63
		}
70
		.status .logs, .status .state a{
64
		.status .logs, .status .state {
71 65
			color: $vm-off-color;
72 66
		}
73 67
	}
......
87 81
				color: $vm-shutting-color;
88 82
			}
89 83
		}
90
		.status .logs, .status .state a{
84
		.status .logs, .status .state {
91 85
			color: $vm-shutting-color;
92 86
		}
93 87
	}
......
97 91
				color: $vm-starting-color;
98 92
			}
99 93
		}
100
		.status .logs, .status .state a{
94
		.status .logs, .status .state {
101 95
			color: $vm-starting-color;
102 96
		}
103 97
	}
......
107 101
				color: $vm-rebooting-color;
108 102
			}
109 103
		}
110
		.status .logs, .status .state a{
104
		.status .logs, .status .state {
111 105
			color: $vm-rebooting-color;
112 106
		}
113 107
	}

Also available in: Unified diff