From: ewinslow Date: Thu, 10 Feb 2011 22:54:18 +0000 (+0000) Subject: Corrected minor problem with admin tables X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=22fad926fb7cab7dc5496770cbf331f59b84e106;p=lorea%2Felgg.git Corrected minor problem with admin tables git-svn-id: http://code.elgg.org/elgg/trunk@8094 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 09a5bf73e..fb48cf60e 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -322,7 +322,7 @@ table.mceLayout { width: 100%; border-top: 1px solid #cccccc; } -.elgg-table td, th { +.elgg-table td, .elgg-table th { background: white; border: 1px solid #cccccc; }