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

simplify phase colors

parent 04922555
Branches
No related tags found
1 merge request!62V2.0
...@@ -19,21 +19,21 @@ return [ ...@@ -19,21 +19,21 @@ return [
"preview" => [ "preview" => [
'css' => [ 'css' => [
'bgdark' => 'background:#ccc;', 'bgdark' => 'background:#ccc;',
'bglight' => 'background:#eee; color:#333; background:rgba(210,210,210,0.4); ', 'bglight' => 'background:#eee; color:#333;',
'bgbutton' => 'background:#888; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', 'bgbutton' => 'background:#888; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
], ],
], ],
"stage" => [ "stage" => [
'css' => [ 'css' => [
'bgdark' => 'background:#8ad; ', 'bgdark' => 'background:#c0c8e0; ',
'bglight' => 'background:#f0f4f8; color:#333; background:rgba(200,200,220,0.5); ', 'bglight' => 'background:#e0e8f0; color:#333;',
'bgbutton' => 'background:#78a; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', 'bgbutton' => 'background:#78a; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
], ],
], ],
"live" => [ "live" => [
'css' => [ 'css' => [
'bgdark' => 'background:#8c9; ', 'bgdark' => 'background:#c0e0c8;',
'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ', 'bglight' => 'background:#e0f0e8; color:#333;',
'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', 'bgbutton' => 'background:#7a8; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);',
], ],
// prevent immediate installation after build or accept // prevent immediate installation after build or accept
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment