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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_machines.scss
18 18
		pulse 1s infinite;
19 19
}
20 20

  
21
.reboot-progress {
22
	animation: 
23
		reboot_pulse 1s infinite;
24
	-webkit-animation:
25
		reboot_pulse 1s infinite;
26
}
27

  
21 28
@include keyframes( progress_animation) {
22 29
	from {
23 30
		width: 0%
......
45 52
	}
46 53
}
47 54

  
55

  
56
@include keyframes( reboot_pulse) {
57
	from {
58
		color: $vm-rebooting-color
59
	}
60
	to {
61
		color: darken($vm-rebooting-color,10%)
62
	}
63
}
64

  
48 65
.vms .items-list {
49 66
	.img-wrap {
50 67
		width: 60px;
......
108 125
		}
109 126
	}
110 127
	[data-status="rebooting"] {
128
		.btn5.temp {
129
			color: #5c8fe1;
130
			border-color: #5c8fe1;
131
			padding: 0 4px;
132
			position: absolute;
133
			right: 0;
134
		}
111 135
		.img-wrap {
112 136
			.snf-PC_fill {
113 137
				color: $vm-rebooting-color;

Also available in: Unified diff