forked from CGM_Public/pretix_original
Use new red color everywhere
This commit is contained in:
@@ -1799,7 +1799,7 @@ Your {event} team"""))
|
|||||||
),
|
),
|
||||||
},
|
},
|
||||||
'theme_color_danger': {
|
'theme_color_danger': {
|
||||||
'default': '#D36060',
|
'default': '#C44F4F',
|
||||||
'type': str,
|
'type': str,
|
||||||
'form_class': forms.CharField,
|
'form_class': forms.CharField,
|
||||||
'serializer_class': serializers.CharField,
|
'serializer_class': serializers.CharField,
|
||||||
|
|||||||
@@ -45,9 +45,9 @@ $(function () {
|
|||||||
if (data_type === 'B') {
|
if (data_type === 'B') {
|
||||||
var colors;
|
var colors;
|
||||||
if (data[0].answer_bool) {
|
if (data[0].answer_bool) {
|
||||||
colors = ['#50A167', '#D36060'];
|
colors = ['#50A167', '#C44F4F'];
|
||||||
} else {
|
} else {
|
||||||
colors = ['#D36060', '#50A167'];
|
colors = ['#C44F4F', '#50A167'];
|
||||||
}
|
}
|
||||||
new Morris.Donut({
|
new Morris.Donut({
|
||||||
element: 'question_chart',
|
element: 'question_chart',
|
||||||
@@ -65,7 +65,7 @@ $(function () {
|
|||||||
'#50A167',
|
'#50A167',
|
||||||
'#FFB419',
|
'#FFB419',
|
||||||
'#5F9CD4',
|
'#5F9CD4',
|
||||||
'#D36060',
|
'#C44F4F',
|
||||||
'#83FFFA',
|
'#83FFFA',
|
||||||
'#FF6C38',
|
'#FF6C38',
|
||||||
'#1f5b8e',
|
'#1f5b8e',
|
||||||
|
|||||||
Reference in New Issue
Block a user