aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/textfield/textfield.css
diff options
context:
space:
mode:
authorHenri Kerola <henri.kerola@itmill.com>2010-09-17 10:33:44 +0000
committerHenri Kerola <henri.kerola@itmill.com>2010-09-17 10:33:44 +0000
commit9a7024c8dd199b7f76350d5a4f09a4cead79e39f (patch)
tree28b3fa3a6e01153a87074fc19cc44f3cd5428750 /WebContent/VAADIN/themes/liferay/textfield/textfield.css
parent425bb03b222da153ac252b01b3ca46d1e714d869 (diff)
downloadvaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.tar.gz
vaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.zip
Liferay Alloy UI theme for Vaadin
svn changeset:14986/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/textfield/textfield.css')
-rw-r--r--WebContent/VAADIN/themes/liferay/textfield/textfield.css15
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