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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_overlays.scss
258 258
			float:left;
259 259
			position:relative;
260 260
			width:$row-width;
261
			overflow:hidden;
262
			overflow-y: scroll;
263
			
261 264
			.os {
262 265
				li {
263 266
					list-style: none outside none;
......
386 389
								border:1px solid white;
387 390
								padding:1px;
388 391
								height: 100%;
392
								&.disabled-progress-bar {
393
									border-color: #3a4046;
394
									.container{
395
										.total {
396
											background-color: #3a4046;
397
										}
398
									}
399
								}
389 400
								.container {
390 401
									height: 100%;
391 402
									.total {
......
412 423
										}
413 424
									}
414 425
								}
426

  
415 427
							}
416 428
						}
417 429
						.options {

Also available in: Unified diff