aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-18 17:28:46 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-18 17:28:46 +0100
commit2556d05602906bbace27c796de2f5b3cbacd4448 (patch)
treeebef3be3409fdbf6f7dc9957df7a600471b71a60 /view/tpl/jot-header.tpl
parent92778066648b72b52787f428e1632a7eb99b14a5 (diff)
downloadvolse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.gz
volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.tar.bz2
volse-hubzilla-2556d05602906bbace27c796de2f5b3cbacd4448.zip
bs4 fixes
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 535e6c66c..66c813f1f 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -10,7 +10,7 @@ function initEditor(cb){
{{$geotag}}
if(plaintext == 'none') {
$("#profile-jot-text-loading").spin(false).hide();
- $("#profile-jot-text").css({ 'height': 200, 'color': '#000', 'line-height': 'inherit' });
+ $("#profile-jot-text").css({ 'height': 200 });
{{if $bbco_autocomplete}}
$("#profile-jot-text").bbco_autocomplete('{{$bbco_autocomplete}}'); // autocomplete bbcode
{{/if}}