diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-01-16 14:52:31 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-01-16 14:52:31 +0000 |
commit | 13d0a0c410e7579b0d513640f6e73aba9e479a91 (patch) | |
tree | a1a859f99d6cdcadaa708a04adc586d6d31b249e /WebContent/ITMILL | |
parent | fccdfe1ca9f52ecb480066fe42207a98a4aa2e3f (diff) | |
download | vaadin-framework-13d0a0c410e7579b0d513640f6e73aba9e479a91.tar.gz vaadin-framework-13d0a0c410e7579b0d513640f6e73aba9e479a91.zip |
Styles for table samples.
svn changeset:6580/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL')
-rw-r--r-- | WebContent/ITMILL/themes/sampler/table/styles.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/sampler/table/styles.css b/WebContent/ITMILL/themes/sampler/table/styles.css index 645d2405fc..88f4503396 100644 --- a/WebContent/ITMILL/themes/sampler/table/styles.css +++ b/WebContent/ITMILL/themes/sampler/table/styles.css @@ -1,4 +1,24 @@ .i-table-iso3166 .i-table-row-marked { color: red; font-style: italic; +} + +.i-table-contacts .i-table-row-red { + color: red; +} +.i-table-contacts .i-table-row-blue { + color: blue; +} +.i-table-contacts .i-table-row-green { + color: green; +} + +.i-table-contacts .i-table-cell-content-marked { + background-color: #ffd; +} + +.i-table-contacts .i-table-cell-content-email { + background-color: #ffd; + font-family: monospace; + margin: 0px; }
\ No newline at end of file |