From a36680783c3ed9212fa19f662c50ead89626797d Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 7 Nov 2013 10:38:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90:=20=ED=96=89=EA=B5=AC=EB=B6=84=20=EB=B0=B0=EA=B2=BD?= =?UTF-8?q?=EC=83=89=20=EC=97=90=EC=8A=A4=ED=81=AC=EB=A1=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 2 +- css/admin.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index fb75bb50b..496835b74 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -287,7 +287,7 @@ $listall = '전체목록 diff --git a/css/admin.css b/css/admin.css index 18f7a9d02..c21ed00fe 100644 --- a/css/admin.css +++ b/css/admin.css @@ -255,8 +255,12 @@ tfoot th, tfoot td {padding:10px 0;border:1px solid #c1d1d5;background:#d7e0e2} tfoot th {} tfoot td {font-weight:bold;text-align:center} table .tr_bg0 {background:#fff} -table .tr_bg1 {background:#f5fbe8} -table .tr_bg1 td {border-color:#e4f1c6} +table .tr_bg1 {background:#f0f3f7} + +table .tr_bg0escrow {background:#f3f7e7} +table .tr_bg0escrow td {border-color:#e4efbb} +table .tr_bg1escrow {background:#edf1e3} +table .tr_bg1escrow td {border-color:#dce9ad} .tbl_wrap {margin:0 0 10px;padding:0 20px} .tbl_wrap td.empty_table {padding:100px 0;text-align:center}