summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/textfield/textfield.css
blob: b66a805eb0b06171395cdf9002fe0cb0eb940d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.v-app input[type="text"],
.v-app input[type="password"],
.v-app input[type="reset"],
.v-app textarea ,
.v-window input[type="text"],
.v-window input[type="password"],
.v-window input[type="reset"],
.v-window textarea {
	padding: 5px 1px;
}

input.v-textfield-prompt, 
textarea.v-textarea-prompt {
	font-style: normal;	
}