diff options
author | marijus <mario@mariovavti.com> | 2014-05-12 20:33:14 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-12 20:33:14 +0200 |
commit | 0bf68af0a71ebe8049284117e56f378e00827c44 (patch) | |
tree | 4a519f369b3b4811b280fdc1eddcab5c8d13a990 /view/theme/redbasic/tpl | |
parent | 0446db8104b268ce4143c93a205f068edd719e2f (diff) | |
download | volse-hubzilla-0bf68af0a71ebe8049284117e56f378e00827c44.tar.gz volse-hubzilla-0bf68af0a71ebe8049284117e56f378e00827c44.tar.bz2 volse-hubzilla-0bf68af0a71ebe8049284117e56f378e00827c44.zip |
make comment_indent an option and removeitem_opacity as it is not working properly at the current state - we have got item background opacity now (allthough not yet for custom colors because the colorpicker does not work with rgba colors). Reset left comment border width to 3px as it is barely visible otherwise.
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index effdc6705..b6573af8c 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -21,7 +21,7 @@ {{include file="field_colorinput.tpl" field=$item_colour}} {{include file="field_colorinput.tpl" field=$comment_item_colour}} {{include file="field_colorinput.tpl" field=$comment_border_colour}} -{{include file="field_input.tpl" field=$item_opacity}} +{{include file="field_input.tpl" field=$comment_indent}} {{include file="field_colorinput.tpl" field=$toolicon_colour}} {{include file="field_colorinput.tpl" field=$toolicon_activecolour}} {{include file="field_input.tpl" field=$body_font_size}} |