From a19a5415c155d9b54d9ecc80c3200038788173e7 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Wed, 15 Aug 2012 12:13:58 +0800 Subject: [PATCH] Ray's changes for list.css --- app/assets/stylesheets/list.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/list.css b/app/assets/stylesheets/list.css index ab0539bf..52e26185 100644 --- a/app/assets/stylesheets/list.css +++ b/app/assets/stylesheets/list.css @@ -50,8 +50,8 @@ -moz-transition: all 0.1s linear; } .main-list tr.with_action:hover>td { - color: #DDD; - background-color: #333333; + color: #333333; + background-color: #E6E6E6; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; } @@ -79,14 +79,14 @@ background-color: #fff; height: auto; padding: 7px; - left: -8px; + left: -55px; top: -8px; border: 1px solid #333; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; z-index: 5; - width: 200px; + width: 160px; min-height: 40px; } .qe-edit-div .table-condensed {