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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/sass/_forms.scss
45 45
		color: $wizard-base-font-color;
46 46
		@include box-shadow(none);
47 47
		@include placeholder {
48
			color:$black;
48
			color:$body-font-color;
49 49
		}
50 50
	}
51 51
}
......
71 71
}
72 72
.wizard {
73 73
	form.custom .custom.dropdown.medium {
74
		background:$overlay-color;
74
		background:$overlay-bg-color;
75 75
		color:white;
76 76
	}
77 77
	form.custom .custom.dropdown .current {
......
82 82
		height: 30px;
83 83
	}
84 84
	form.custom .custom.dropdown.open ul {
85
		background:$overlay-color;
85
		background:$overlay-bg-color;
86 86
		color:white;
87 87
	}
88 88
	form.custom .custom.dropdown ul li {
......
90 90
	}
91 91
	form.custom .custom.dropdown ul li.selected {
92 92
		color:white;
93
		background:lighten($overlay-color,10%);
93
		background:lighten($overlay-bg-color,10%);
94 94
	}
95 95
	form.custom .custom.dropdown ul li:hover {
96
		background:lighten($overlay-color,20%);
96
		background:lighten($overlay-bg-color,20%);
97 97
		color:white;
98 98
	}
99 99
}

Also available in: Unified diff