From 57edfbbc15fc0802a260b63c6143b739487bddda Mon Sep 17 00:00:00 2001 From: z3d Date: Mon, 13 Dec 2010 16:48:11 +0000 Subject: [PATCH] Classic massage. --- installer/resources/themes/console/classic/console.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 54150a450..009829d1c 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -198,11 +198,11 @@ div.routersummary h4 { letter-spacing: 0.05em; margin: -7px -1px -8px -1px !important; padding: 8px 0; - background: #fff; text-transform: capitalize; text-decoration: none !important; color: #2b2; line-height: 90%; + background: #fff url(../light/images/magic.png); } div.routersummary h3 a, div.routersummary h4 a { @@ -560,7 +560,7 @@ h2, h3 { border-radius: 0 3px 0 0; } -.routersummary h2, .routersummary h3, div.confignav { +.routersummary h2, .routersummary h3, div.confignav, th { background-image: url("images/tinytitle.png") !important; background-repeat: repeat-x; background-position: center right; @@ -619,11 +619,11 @@ td { } tr:nth-child(even) { - background-color: #eef; + background: #fff url(../light/images/magic.png); } tr:nth-child(odd) { - background-color: #ddf; + background: #eef url(../light/images/magic.png); } hr {