diff options
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/textfield/textfield.css')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/textfield/textfield.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/textfield/textfield.css b/WebContent/VAADIN/themes/liferay/textfield/textfield.css new file mode 100644 index 0000000000..b66a805eb0 --- /dev/null +++ b/WebContent/VAADIN/themes/liferay/textfield/textfield.css @@ -0,0 +1,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; +}
\ No newline at end of file |