summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/textfield/textfield.css
blob: 2dfcc99d2e9360473dbbe6a4493feecf237662d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.v-textfield {
	background: #fff url(img/bg.png) repeat-x;
	padding: 2px;
	border: 1px solid #b6b6b6;
	border-top-color: #9d9d9d;
	border-bottom-color: #d6d6d6;
	border-right-color: #d6d6d6;
	margin: 0;
	font-size: 13px;
	height: 18px;
}
.v-textarea {
	background: #fff url(img/bg.png) repeat-x;
	padding: 2px;
	border: 1px solid #b6b6b6;
	border-top-color: #9d9d9d;
	border-bottom-color: #d6d6d6;
	border-right-color: #d6d6d6;
	margin: 0;
	font-size: 13px;
}
.v-textfield-focus,
.v-textarea-focus {
	border-color: #5daee8;
}
input.v-textfield-prompt,
textarea.v-textarea-prompt {
	color: #999;
	font-style: normal;
}
.v-richtextarea {
	border: 1px solid #b6b6b6;
}
.v-richtextarea .gwt-RichTextArea {
	background: #fff url(img/bg.png) repeat-x;
}