Revision 75b6a8c9 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
53 53
	    }
54 54
	    &#reboot-confirm {
55 55
			background: #ff7049 url('../images/restart.png') no-repeat center 50px;
56
			.btn4 {
57
			background-color: #ff7049;
58
			border-color: white;
59
			&:hover {
60
					color: #ff7049;
61
					background-color: white;
62
					border-color: #ff7049;
63
				}
64
			}
65 56
		}
66 57
		&#shutdown-confirm {
67
		background: #ff7049 url('../images/shutdown.png') no-repeat center 50px;	//55px from top
68
			.btn4 {
69
				background-color: #ff7049;
70
				border-color: white;
71
				&:hover {
72
					color: #ff7049;
73
					background-color: white;
74
					border-color: #ff7049;
75
				}
76
			}
58
			background: #ff7049 url('../images/shutdown.png') no-repeat center 50px;	//55px from top
77 59
		}
78 60
		&#destroy-vm-confirm {
79
		background: #d7145a url('../images/destroy-vm.png') no-repeat center 46px;	//55px from top
80
			.btn4 {
81
				background-color: #d7145a;
82
				border-color: white;
83
				&:hover {
84
					color: #d7145a;
85
					background-color: white;
86
					border-color: #d7145a;
87
				}
88
			}
61
			background: #d7145a url('../images/destroy-vm.png') no-repeat center 46px;	//55px from top
89 62
		}
90 63
		&#destroy-network-confirm {
91 64
			background: #d7145a url('../images/destroy-network-1.png') no-repeat center 50px;	//55px from top
92
			.btn4 {
93
				background-color: #d7145a;
94
				border-color: white;
95
				&:hover {
96
					color: #d7145a;
97
					background-color: white;
98
					border-color: #d7145a;
99
				}
100
			}
101 65
		}
102 66
		&#destroy-disk-confirm {
103 67
			background: #d7145a url('../images/destroy-disk.png') no-repeat center 50px;	//55px from top
104
			.btn4 {
105
				background-color: #d7145a;
106
				border-color: white;
107
				&:hover {
108
					color: #d7145a;
109
					background-color: white;
110
					border-color: #d7145a;
111
				}
112
			}
113

  
114 68
		}
115 69
		&#vm-connect, &.remove {
116 70
			p {

Also available in: Unified diff