File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 * Release date (ISO)
2222 * @global string
2323 */
24- $ app_date = '2020-07-24 ' ;
24+ $ app_date = '2020-07-27 ' ;
2525
2626/**
2727 * Is this b2evolution PRO?
Original file line number Diff line number Diff line change @@ -353,8 +353,8 @@ function display_init()
353353 // Page link color:
354354 $ this ->dynamic_style_rule ( 'page_link_color ' ,
355355 '#skin_wrapper .container a:not(.btn .active) { color: $setting_value$ } ' .
356- 'ul li a:not(.btn) { color: $setting_value$ } ' .
357- 'ul li a:not(.btn) {background-color: transparent } ' .
356+ '#skin_wrapper ul li a:not(.btn) { color: $setting_value$ } ' .
357+ '#skin_wrapper ul li a:not(.btn) {background-color: transparent } ' .
358358 '.ufld_icon_links a:not(.btn) {color: #fff !important} '
359359 );
360360 // Current tab text color:
Original file line number Diff line number Diff line change @@ -353,8 +353,8 @@ function display_init()
353353 // Page link color:
354354 $ this ->dynamic_style_rule ( 'page_link_color ' ,
355355 '#skin_wrapper .container a:not(.btn .active) { color: $setting_value$ } ' .
356- 'ul li a:not(.btn) { color: $setting_value$ } ' .
357- 'ul li a:not(.btn) {background-color: transparent } ' .
356+ '#skin_wrapper ul li a:not(.btn) { color: $setting_value$ } ' .
357+ '#skin_wrapper ul li a:not(.btn) {background-color: transparent } ' .
358358 '.ufld_icon_links a:not(.btn) {color: #fff !important} '
359359 );
360360 // Current tab text color:
You can’t perform that action at this time.
0 commit comments