From 97abdea4797e082e6c52e188aee27d9843ed9844 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Mon, 8 Dec 2008 09:20:53 +0000 Subject: [PATCH] Revert unwanted commits from table default styles. svn changeset:6109/svn branch:trunk --- WebContent/ITMILL/themes/default/table/table.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.39.5