Skip to content

Commit 51525b5

Browse files
committed
Fix css for photos skins
1 parent 5739eb8 commit 51525b5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

conf/_application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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?

skins/bootstrap_gallery_legacy/_skin.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

skins/bootstrap_gallery_skin/_skin.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)