From cf236deec053f313c858c1358872ad4e207678a8 Mon Sep 17 00:00:00 2001 From: z3d Date: Fri, 3 Dec 2010 07:03:32 +0000 Subject: [PATCH] Light adjustment. --- installer/resources/themes/console/light/console.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index b56958463..56aa377ec 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -548,11 +548,11 @@ tr { } tr:nth-child(even) { - background: #eef; /*url('images/tabletile.png') !important;*/ + background: #eef url(images/magic.png); } tr:nth-child(odd) { - background: #ddf; /*url('images/tabletile_alt.png') !important;*/ + background: #ddf url(images/magic.png); } /* tr:last-child {