summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/sampler/table/styles.css
blob: 5c4dd97a3c3fbf3451df933321c735787da1af36 (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
.v-table-iso3166 .v-table-row-marked {
	color: red;
	font-style: italic;
}

.v-table-contacts .v-table-row-red {
	color: red;
}
.v-table-contacts .v-table-row-blue {
	color: blue;
}
.v-table-contacts .v-table-row-green {
	color: green;
}

.v-table-contacts .v-table-cell-content-marked {
	background-color: #ffd;
}

.v-table-contacts .v-table-cell-content-email {
	background-color: #ffd;
	font-family: monospace;
	margin: 0px;
}

.v-table .v-icon {
	/* explicitly set icon width for fast browsers
	 * to properly detect row header width */
	width: 16px;
}

.v-table-iso3166 .v-icon {
	height:11px;
}