Skip to content
Snippets Groups Projects
Commit ce351d8d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

new colors in phases

parent 20d9da22
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment