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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss
17 17
			font-size: 60px;
18 18
			color: $vm-active-color;
19 19
		}
20
		&.stopped {
21
			.snf-PC_fill {
22
				color: $vm-stopped-color;
23
			}
24
		}
25
		&.stopped:hover {
26
			span {
27
				cursor: default;
28
			}
29
		}
20
		// &.off {
21
		// 	.snf-PC_fill {
22
		// 		color: $vm-off-color;
23
		// 	}
24
		// }
25
		// }
30 26
		.os {
31 27
			@include sprite('../images/os-unknown.png', 22px, 22px);
32 28
			position: absolute;
......
37 33
			&.fedora { background-image:url('../images/os-fedora.png'); }
38 34
		}
39 35
	}
36
	[data-status="off"] {
37
		.img {
38
			.snf-PC_fill {
39
				color: $vm-off-color;
40
			}
41
		}
42
		.status .logs, .status .state a{
43
			color: $vm-off-color;
44
		}
45
	}
46
	[data-status="error"] {
47
		.img {
48
			.snf-PC_fill {
49
				color: $vm-error-color;
50
			}
51
		}
52
		.status .logs, .status .state a{
53
			color: $vm-error-color;
54
		}
55
	}
56
	[data-status="shutting"] {
57
		.img {
58
			.snf-PC_fill {
59
				color: $vm-shutting-color;
60
			}
61
		}
62
		.status .logs, .status .state a{
63
			color: $vm-shutting-color;
64
		}
65
	}
66
	[data-status="starting"] {
67
		.img {
68
			.snf-PC_fill {
69
				color: $vm-starting-color;
70
			}
71
		}
72
		.status .logs, .status .state a{
73
			color: $vm-starting-color;
74
		}
75
	}
76
	[data-status="rebooting"] {
77
		.img {
78
			.snf-PC_fill {
79
				color: $vm-rebooting-color;
80
			}
81
		}
82
		.status .logs, .status .state a{
83
			color: $vm-rebooting-color;
84
		}
85
	}
86
	// there's no running and building
40 87
}
41 88

  
42 89
.vm {
......
49 96
				font-size: 112px;
50 97
				color: $vm-active-color;
51 98
			}
52
			&.stopped {
99
			&.off {
53 100
				.snf-PC_fill {
54
					color: $vm-stopped-color;
101
					color: $vm-off-color;
55 102
				}
56 103
			}
57 104
		}

Also available in: Unified diff