From: Jouni Koivuviita Date: Mon, 8 Dec 2008 09:20:53 +0000 (+0000) Subject: Revert unwanted commits from table default styles. X-Git-Tag: 6.7.0.beta1~3649 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=97abdea4797e082e6c52e188aee27d9843ed9844;p=vaadin-framework.git Revert unwanted commits from table default styles. svn changeset:6109/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css index 5f58c77a23..07fe41f43a 100644 --- a/WebContent/ITMILL/themes/default/table/table.css +++ b/WebContent/ITMILL/themes/default/table/table.css @@ -97,8 +97,8 @@ background-color: #edeeee; } .i-table .i-selected { - background: #d5dde0; - color: #456572; + background: #57a7ed; + color: #fff; } .i-table-row td, .i-table-row-odd td { @@ -113,7 +113,7 @@ } /* Fix textfield size to correspond label size inside table */ -.i-table-cell-content input.i-textfield, +.i-table-cell-content .i-textfield, .i-table-cell-content .i-button { margin: -2px 0 -2px -3px; }