mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 06:03:38 +09:00
Update 1.3.29
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<style type="text/css">
|
||||
<?php
|
||||
|
||||
if ($css_profile_card_bg) {
|
||||
if ( isset( $css_profile_card_bg ) ) {
|
||||
|
||||
print ".um-$form_id .um-member {
|
||||
background: $css_profile_card_bg;
|
||||
@@ -17,7 +17,7 @@ print ".um-$form_id .um-member {
|
||||
|
||||
}
|
||||
|
||||
if ($css_profile_card_text) {
|
||||
if ( isset( $css_profile_card_text ) ) {
|
||||
|
||||
print ".um-$form_id .um-member-card * {
|
||||
color: $css_profile_card_text;
|
||||
@@ -25,7 +25,7 @@ print ".um-$form_id .um-member-card * {
|
||||
|
||||
}
|
||||
|
||||
if ($css_card_bordercolor) {
|
||||
if ( isset( $css_card_bordercolor ) ) {
|
||||
|
||||
print ".um-$form_id .um-member {
|
||||
border-color: $css_card_bordercolor;
|
||||
@@ -33,7 +33,7 @@ print ".um-$form_id .um-member {
|
||||
|
||||
}
|
||||
|
||||
if ($css_img_bordercolor) {
|
||||
if ( isset( $css_img_bordercolor ) ) {
|
||||
|
||||
print ".um-$form_id .um-member-photo img {
|
||||
border-color: $css_img_bordercolor;
|
||||
|
||||
Reference in New Issue
Block a user