From a46ff9167e6bacbf92ef080c6d6f7d27b4e92741 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 17 Mar 2006 07:21:13 +0000 Subject: [PATCH] Styling fixes for the template manager --- printer.css.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/printer.css.php b/printer.css.php index 18c01a5..89d1d2f 100755 --- a/printer.css.php +++ b/printer.css.php @@ -330,15 +330,15 @@ input, textarea, select, option /* A group of templates */ .manager_group { - background: #28394E; - color: #8994A4; + background: rgb(104, 110, 116); + color: rgb(255, 255, 255); } /* Items in a template group */ .manager_group_item { - background: #364D6F; - color: #AABBD3; + background: rgb(159, 169, 179); + color: rgb(55, 55, 55); } CSS; -- 2.22.5