Revision 314323e8 snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_forms.scss

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_forms.scss
35 35
			padding:0 12px 0 6px;
36 36
			border:0 none;
37 37
			background:url(../images/input-bg-rt.png) no-repeat right bottom;
38
			background-color: $overlay-color;
38
			background-color: transparent;
39 39
			outline: 0;
40 40
			margin:0;
41 41
			color: $wizard-base-font-color;
42 42
			//to be improved!!!!
43
			-webkit-box-shadow: 7px 7px 0px rgba(72, 80, 87, 0);
44
			-moz-box-shadow:    7px 7px 0px rgba(72, 80, 87, 0);
45
			box-shadow: 7px 7px 0px rgba(72, 80, 87, 0);
43
			-webkit-box-shadow: none;
44
			-moz-box-shadow:    none;
45
			box-shadow: none;
46

  
47
			&.tag_name {
48
				width: 70px;
49
			}
46 50
		}
47 51
	}
52
	#color {
53
		@extend .tag-demo;
54
		margin: 0 6px 0 15px;
55
		
56
		bottom: -10px;
57
		color: transparent;
58
	}
59

  
60
	.snf-color-picker>form {
61
		height:237px;
62
		width: 100%
63
	}
64

  
48 65
}
49 66
.wizard {
50 67
	form.custom .custom.dropdown.medium {

Also available in: Unified diff