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

fix button color in phase live

parent 392f7b95
Branches
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ $aConfig = array( ...@@ -51,7 +51,7 @@ $aConfig = array(
'css' => array( 'css' => array(
'bgdark' => 'background:#F26430; color:#f8f8f8;', 'bgdark' => 'background:#F26430; color:#f8f8f8;',
'bglight' => 'background:#FFF0E0; color:#333; background:rgba(240,210,200,0.3); ', '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 // wenn deploytimes existiert, dann wird nach dem Deploy das Paket
// in einer Queue zurueckgehalten // 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