Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / sass / _lt-sidebar.scss @ 673ea014

History | View | Annotate | Download (600 Bytes)

1

    
2
.lt-sidebar {
3
	margin-top:43px;
4
	overflow:scroll;
5
	height:300px;
6
	font-size:emCalc(12px);
7
	.items-list {
8
		padding:0;
9
	}
10
	.items-list li .img, 
11
	.items-list li .os {
12
		background-size:80%;
13
	}
14
	.items-list li .img .os {
15
		top:10px;
16
	}
17
	li:hover {
18
		background:lighten($primary-color,35%);
19
	}
20
	li.current {
21
		background:lighten($primary-color,30%);
22
		cursor: pointer;
23

    
24
	}
25

    
26
	.jspDrag {
27
		background-color:$primary-color;
28
	}
29
	.jspVerticalBar {
30
		width:10px;
31
		right:4px;
32
	}
33
	.jspTrack {
34
		background:#fff;
35

    
36
		border:1px solid $primary-color;
37
		border-top:1px solid lighten($primary-color,20%);
38
	}
39

    
40

    
41
}
42

    
43