aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/tpl/theme_settings.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-02-12 22:07:54 +0000
committerMario <mario@mariovavti.com>2024-02-12 22:07:54 +0000
commitd17934ed802073a2978e8c2472cf12a5a8ee42ba (patch)
treed96537268f1c857de8595d101827646720fb8153 /view/theme/redbasic/tpl/theme_settings.tpl
parent94f17f0dae8d4fc84cc632775a92d5aaa2211564 (diff)
downloadvolse-hubzilla-d17934ed802073a2978e8c2472cf12a5a8ee42ba.tar.gz
volse-hubzilla-d17934ed802073a2978e8c2472cf12a5a8ee42ba.tar.bz2
volse-hubzilla-d17934ed802073a2978e8c2472cf12a5a8ee42ba.zip
scss: more options and some fixes
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r--view/theme/redbasic/tpl/theme_settings.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl
index 4ba418afc..61baeb58e 100644
--- a/view/theme/redbasic/tpl/theme_settings.tpl
+++ b/view/theme/redbasic/tpl/theme_settings.tpl
@@ -8,6 +8,10 @@
<hr>
<h3>{{$common}}</h3>
{{include file="field_colorinput.tpl" field=$primary_color}}
+ {{include file="field_colorinput.tpl" field=$success_color}}
+ {{include file="field_colorinput.tpl" field=$info_color}}
+ {{include file="field_colorinput.tpl" field=$warning_color}}
+ {{include file="field_colorinput.tpl" field=$danger_color}}
{{include file="field_input.tpl" field=$radius}}
{{include file="field_input.tpl" field=$top_photo}}
{{include file="field_input.tpl" field=$reply_photo}}
@@ -28,7 +32,7 @@
$('#id_redbasic_link_color, #id_redbasic_link_color_dark, #id_redbasic_link_hover_color, #id_redbasic_link_hover_color_dark, #id_redbasic_background_color, #id_redbasic_background_color_dark, #id_redbasic_nav_bg, #id_redbasic_nav_bg_dark').colorpicker({format: 'rgba'});
});
$(function(){
- $('#id_redbasic_primary_color').colorpicker({format: 'hex'});
+ $('#id_redbasic_primary_color, #id_redbasic_success_color, #id_redbasic_info_color, #id_redbasic_warning_color, #id_redbasic_danger_color').colorpicker({format: 'hex'});
});
</script>
{{/if}}