Revision 3fd0db82 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_storage.scss
38 38
					background-image: url(../images/folder-open.png);
39 39
				}
40 40
			}
41
			&.updating {
42
				.img-wrap {
43
					background-image: url(../images/folder-updating.png);
44
				}
45
			}
46
			&.updated {
47
				.img-wrap {
48
					background-image: url(../images/folder-updated.png);
49
				}
50
			}
41 51
		}
42 52
		li:hover {
43 53
			.actions-col {
......
182 192
						color: $gray-2;
183 193
						font-size: emCalc(16px);
184 194
						position: relative;
185
						top: 1px;
186
						left: 10px;
195
						top: 2px;
196
						left: 18px;
187 197
					}
188 198
				}
189 199
			}

Also available in: Unified diff