From ce351d8d76b3cd217ab97a0e83b1319137c006e5 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Tue, 4 Apr 2017 17:36:45 +0200 Subject: [PATCH] new colors in phases --- hooks/templates/inc_projects_config.php.erb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index 790e0dfc..3f04051c 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -35,23 +35,23 @@ $aConfig = array( 'phases' => array( "preview" => array( 'css' => array( - 'bgdark' => 'background:#50477C; color:#f8f8f8;', - 'bglight' => 'background:#f0e8FF; color:#333; background:rgba(210,200,220,0.3); ', - 'bgbutton' => 'background:#50477C; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', + 'bgdark' => 'background:#393E50; color:#f8f8f8;', + 'bglight' => 'background:#eee; color:#333; background:rgba(210,210,210,0.3); ', + 'bgbutton' => 'background:#393E50; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ), ), "stage" => array( 'css' => array( - 'bgdark' => 'background:#3E92CC; color:#f8f8f8;', - 'bglight' => 'background:#e0f0FF; color:#333; background:rgba(170,180,220,0.2); ', - 'bgbutton' => 'background:#3E92CC; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', + 'bgdark' => 'background:#3F88C5; color:#f8f8f8;', + 'bglight' => 'background:#f0f4f8; color:#333; background:rgba(200,210,220,0.3); ', + 'bgbutton' => 'background:#3F88C5; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ), ), "live" => array( 'css' => array( - 'bgdark' => 'background:#F26430; color:#f8f8f8;', - 'bglight' => 'background:#FFF0E0; color:#333; background:rgba(240,210,200,0.3); ', - 'bgbutton' => 'background:#F26430; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', + 'bgdark' => 'background:#44BBA4; color:#f8f8f8;', + 'bglight' => 'background:#f4f8f0; color:#333; background:rgba(210,220,200,0.3); ', + 'bgbutton' => 'background:#44BBA4; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ), // wenn deploytimes existiert, dann wird nach dem Deploy das Paket // in einer Queue zurueckgehalten -- GitLab