From 3bf6b5cfcd912f5241f7194180ecc7f4b5dc7cf2 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch> Date: Thu, 30 Mar 2017 09:40:05 +0200 Subject: [PATCH] fix button color in phase live --- hooks/templates/inc_projects_config.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb index 580be45f..790e0dfc 100644 --- a/hooks/templates/inc_projects_config.php.erb +++ b/hooks/templates/inc_projects_config.php.erb @@ -51,7 +51,7 @@ $aConfig = 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);', + 'bgbutton' => 'background:#F26430; 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