Revision f50cc12b snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_items-list.scss
89 89
			@include transition(background-color, 300ms, linear);
90 90
			.container {
91 91
				.img-wrap {
92
					span:first-child {
93
					color: white;
92
					span.snf-font {
93
						color: white;
94 94
					}
95 95
					.symbol {
96 96
						background-image: none;
......
188 188
						cursor: pointer;
189 189
					}
190 190
				}
191
				a {
192
					color:$inactive-color;
193
					&:hover {
191
			}
192
			&.lt-actions {
193
				li {
194
					a {
194 195
						color:$inactive-color;
195
						cursor:default;
196
					}
197
					&.active {
198
						color:$link-color;
199 196
						&:hover {
200
							color:$link-color-hover;
201
							cursor: pointer;
197
							color:$inactive-color;
198
							cursor:default;
199
						}
200
						&.active {
201
							color:$link-color;
202
							&:hover {
203
								color:$link-color-hover;
204
								cursor: pointer;
205
							}
202 206
						}
203 207
					}
204 208
				}
......
260 264
				float:left;
261 265
				text-align: left;
262 266
				height:20px;
267
				margin: 0;
263 268
			}
264 269
			.tags {
265 270
				float:left;
......
270 275
					vertical-align: text-top;
271 276
				}
272 277
			}
278
			.size {
279
				float:left;
280
				width:$tags-w;
281
				height:$list-icon-height;
282
				line-height: $list-icon-height;
283
				font-size: emCalc(12px);
284
			}
273 285
			.status {
274 286
				position: absolute;
275 287
				left: $img-wrap-w+$check-w + $lt-bar-width;
......
283 295
			.info {
284 296
				float: left;
285 297
				width: $info-w;
298
				height:$list-icon-height;
299
				line-height: $list-icon-height;
286 300
				font-size: emCalc(12px);
287 301
			}
288 302
			.actions {

Also available in: Unified diff