diff options
author | friendica <info@friendica.com> | 2013-11-03 14:26:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-03 14:26:42 -0800 |
commit | 5ba813397b7112df64e35ee45eef1c2f0b12d617 (patch) | |
tree | 477cf888d30057af4c55e542fb57702e54a528a6 /view/theme/redbasic/tpl/theme_settings.tpl | |
parent | 8a75e9202032fd789b6b62484df976eb48b1ce16 (diff) | |
download | volse-hubzilla-5ba813397b7112df64e35ee45eef1c2f0b12d617.tar.gz volse-hubzilla-5ba813397b7112df64e35ee45eef1c2f0b12d617.tar.bz2 volse-hubzilla-5ba813397b7112df64e35ee45eef1c2f0b12d617.zip |
provide nav_min_opacity which allows the navbar to fade or even vanish until hovered with a value of for instance '0';
Diffstat (limited to 'view/theme/redbasic/tpl/theme_settings.tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 4e4b6002c..7a5e4a390 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -14,6 +14,7 @@ {{include file="field_input.tpl" field=$radius}} {{include file="field_input.tpl" field=$shadow}} {{include file="field_input.tpl" field=$section_width}} +{{include file="field_input.tpl" field=$nav_min_opacity}} <div class="settings-submit-wrapper"> <input type="submit" value="{{$submit}}" class="settings-submit" name="redbasic-settings-submit" /> </div> |