causefx пре 8 година
родитељ
комит
3a75bf102c
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      settings.php

+ 4 - 1
settings.php

@@ -1103,7 +1103,7 @@ echo buildSettings(
 						'labelTranslate' => 'CUSTOMHTML',
 						'name' => 'homepageCustomHTML1',
 						'value' => HOMEPAGECUSTOMHTML1,
-						'rows' => 10,
+						'rows' => 15,
 						'style' => 'background: #000; color: #FFF;',
 					),
 				),
@@ -2660,6 +2660,9 @@ echo buildSettings(
             $(".email-content").niceScroll({
                 railpadding: {top:0,right:0,left:0,bottom:0}
             });
+            $("textarea").niceScroll({
+                railpadding: {top:0,right:0,left:0,bottom:0}
+            });
             //Stop Div behind From Scrolling
             $( '.email-content' ).on( 'mousewheel', function ( e ) {
                 e.preventDefault();