From e959c3205b3b60d45903339bd0900f3ceeb4db29 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Tue, 8 May 2012 11:39:48 -0500 Subject: [PATCH] Bug 7998 - Change toolbar to be lighter, with barely discernible border Content-Type: text/plain; charset="utf-8" Will need to be applied after the other patch. --- .../intranet-tmpl/prog/en/css/staff-global.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index d1ad30c..7ca3d69 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -463,11 +463,11 @@ dd { } div#toolbar { - background-color : #E6F0F2; + background-color : #EDF4F6; margin-bottom : .7em; padding: 5px 5px 5px 5px; border-radius: 5px 5px 0 0; - border: 1px solid #B9D8D9 + border: 1px solid #E6F0F2; } div#toolbar .yui-menu-button button, -- 1.7.2.5