summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/textfield/textfield.scss
blob: a260156bc8ca311822b7b6e7415433909e6c593b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@mixin liferay-textfield {

&.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;	
}

}