Differential D21156 Diff 50371 src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/celerity/postprocessor/CelerityDefaultPostprocessor.php
| Show First 20 Lines • Show All 234 Lines • ▼ Show 20 Lines | return array( | ||||
| 'red.button.gradient' => 'linear-gradient(to bottom, #d25454, #b33225)', | 'red.button.gradient' => 'linear-gradient(to bottom, #d25454, #b33225)', | ||||
| 'red.button.hover' => 'linear-gradient(to bottom, #d25454, #982115)', | 'red.button.hover' => 'linear-gradient(to bottom, #d25454, #982115)', | ||||
| 'grey.button.color' => '#F7F7F9', | 'grey.button.color' => '#F7F7F9', | ||||
| 'grey.button.gradient' => 'linear-gradient(to bottom, #ffffff, #f1f0f1)', | 'grey.button.gradient' => 'linear-gradient(to bottom, #ffffff, #f1f0f1)', | ||||
| 'grey.button.hover' => 'linear-gradient(to bottom, #ffffff, #eeebec)', | 'grey.button.hover' => 'linear-gradient(to bottom, #ffffff, #eeebec)', | ||||
| 'document.border' => '#dedee1', | 'document.border' => '#dedee1', | ||||
| 'delete-color' => '#c0392b', | |||||
| 'create-color' => '#139543', | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||