summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/textfield/textfield.css
blob: 10aa9811f4ac196218068dc731e12fb5a7a8a76a (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.i-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;
	text-align: left /* Force default alignment */
}

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

.i-textfield-focus,
.i-textarea-focus {
	border-color: #5daee8;
}

.i-textfield-error,
.i-textarea-error {
	background: #ff9999;
}

.i-textfield.i-readonly,
.i-textarea.i-readonly {
	background: transparent;
	color: #222;
	border: none;
}


.i-richtextarea {
	border: 1px solid #b6b6b6;
	overflow: hidden;
}
.i-richtextarea .gwt-RichTextArea {
	background: #fff url(img/bg.png) repeat-x;
}
.i-richtextarea iframe {
	border: 0;
}