From 1e5cfed04164e29fe4d07bbed589e647aa68aafc Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 17 Sep 2008 21:13:17 +0000 Subject: bug fixed: with the new admin "goto" theme, the blue background for statistics bars is replaced by the orange. git-svn-id: http://piwigo.org/svn/trunk@2546 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index ac2388bdb..b84c5b0d4 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -141,7 +141,7 @@ FIELDSET#uploadConf SPAN.property { .statBar { height: 10px; - background-color: #66f; + background-color: #ff7700; border: 1px solid black; } -- cgit v1.2.3