diff options
author | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-08-18 05:34:35 +0000 |
---|---|---|
committer | Jonatan Kronqvist <jonatan.kronqvist@itmill.com> | 2011-08-18 05:34:35 +0000 |
commit | 2b68b323cfb0ffa9e67780fef19424f257e2c057 (patch) | |
tree | 932dc1bf018744c6efddc71d3e91d54c48d8b515 /WebContent/VAADIN/themes/liferay | |
parent | aaa1b378c923ff52df94963496613c82fbfcf8d9 (diff) | |
download | vaadin-framework-2b68b323cfb0ffa9e67780fef19424f257e2c057.tar.gz vaadin-framework-2b68b323cfb0ffa9e67780fef19424f257e2c057.zip |
Specify color for even rows in the liferay theme (#6723)
svn changeset:20450/svn branch:6.7
Diffstat (limited to 'WebContent/VAADIN/themes/liferay')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/table/table.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/table/table.css b/WebContent/VAADIN/themes/liferay/table/table.css index de9b4ff426..50b5ed9182 100644 --- a/WebContent/VAADIN/themes/liferay/table/table.css +++ b/WebContent/VAADIN/themes/liferay/table/table.css @@ -92,6 +92,10 @@ background: #dde1e6; } +.v-table-row { + background: #eef0f2; +} + .v-table .v-selected { background-color: #5B677D; color: #FFF; |