mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
Update 1.0.76
This commit is contained in:
@@ -12,7 +12,7 @@ print ".um-$form_id .um-member {
|
||||
if ( isset( $css_card_thickness ) ) {
|
||||
|
||||
print ".um-$form_id .um-member {
|
||||
border-width: $css_card_thickness !important;
|
||||
border-width: $css_card_thickness;
|
||||
}";
|
||||
|
||||
}
|
||||
@@ -20,7 +20,7 @@ print ".um-$form_id .um-member {
|
||||
if ($css_profile_card_text) {
|
||||
|
||||
print ".um-$form_id .um-member-card * {
|
||||
color: $css_profile_card_text!important;
|
||||
color: $css_profile_card_text;
|
||||
}";
|
||||
|
||||
}
|
||||
@@ -28,7 +28,7 @@ print ".um-$form_id .um-member-card * {
|
||||
if ($css_card_bordercolor) {
|
||||
|
||||
print ".um-$form_id .um-member {
|
||||
border-color: $css_card_bordercolor!important;
|
||||
border-color: $css_card_bordercolor;
|
||||
}";
|
||||
|
||||
}
|
||||
@@ -36,7 +36,7 @@ print ".um-$form_id .um-member {
|
||||
if ($css_img_bordercolor) {
|
||||
|
||||
print ".um-$form_id .um-member-photo img {
|
||||
border-color: $css_img_bordercolor!important;
|
||||
border-color: $css_img_bordercolor;
|
||||
}";
|
||||
|
||||
}
|
||||
|
||||
@@ -63,46 +63,46 @@ print ".um-$form_id.um {
|
||||
|
||||
if ( $primary_btn_color ) {
|
||||
print ".um-$form_id.um input[type=submit]:disabled:hover {
|
||||
background: $primary_btn_color !important;
|
||||
background: $primary_btn_color;
|
||||
}";
|
||||
print ".um-$form_id.um input[type=submit].um-button,
|
||||
.um-$form_id.um input[type=submit].um-button:focus,
|
||||
.um-$form_id.um a.um-button {
|
||||
background: $primary_btn_color !important;
|
||||
background: $primary_btn_color;
|
||||
}";
|
||||
}
|
||||
|
||||
if ( $primary_btn_hover ) {
|
||||
print ".um-$form_id.um input[type=submit].um-button:hover,
|
||||
.um-$form_id.um a.um-button:hover {
|
||||
background-color: $primary_btn_hover !important;
|
||||
background-color: $primary_btn_hover;
|
||||
}";
|
||||
}
|
||||
|
||||
if ( $primary_btn_text ) {
|
||||
print ".um-$form_id.um .um-button {
|
||||
color: $primary_btn_text !important;
|
||||
color: $primary_btn_text;
|
||||
}";
|
||||
}
|
||||
|
||||
if ( $secondary_btn_color ) {
|
||||
print ".um-$form_id.um .um-button.um-alt,
|
||||
.um-$form_id.um input[type=submit].um-button.um-alt {
|
||||
background: $secondary_btn_color !important;
|
||||
background: $secondary_btn_color;
|
||||
}";
|
||||
}
|
||||
|
||||
if ( $secondary_btn_hover ) {
|
||||
print ".um-$form_id.um .um-button.um-alt:hover,
|
||||
.um-$form_id.um input[type=submit].um-button.um-alt:hover{
|
||||
background: $secondary_btn_hover !important;
|
||||
background: $secondary_btn_hover;
|
||||
}";
|
||||
}
|
||||
|
||||
if ( $secondary_btn_text ) {
|
||||
print ".um-$form_id.um .um-button.um-alt,
|
||||
.um-$form_id.um input[type=submit].um-button.um-alt {
|
||||
color: $secondary_btn_text !important;
|
||||
color: $secondary_btn_text;
|
||||
}";
|
||||
}
|
||||
|
||||
@@ -134,7 +134,7 @@ print "
|
||||
.select2-container .select2-choice,
|
||||
.select2-container-multi .select2-choices
|
||||
{
|
||||
background-color: $form_bg_color !important;
|
||||
background-color: $form_bg_color;
|
||||
}
|
||||
";
|
||||
}
|
||||
@@ -144,25 +144,25 @@ print "
|
||||
|
||||
.um-$form_id.um .um-form ::-webkit-input-placeholder
|
||||
{
|
||||
color: $form_placeholder !important;
|
||||
color: $form_placeholder;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.um-$form_id.um .um-form ::-moz-placeholder
|
||||
{
|
||||
color: $form_placeholder !important;
|
||||
color: $form_placeholder;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.um-$form_id.um .um-form ::-moz-placeholder
|
||||
{
|
||||
color: $form_placeholder !important;
|
||||
color: $form_placeholder;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
.um-$form_id.um .um-form ::-ms-input-placeholder
|
||||
{
|
||||
color: $form_placeholder !important;
|
||||
color: $form_placeholder;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
@@ -170,7 +170,7 @@ print "
|
||||
.select2-default *,
|
||||
.select2-container-multi .select2-choices .select2-search-field input
|
||||
{
|
||||
color: $form_placeholder !important;
|
||||
color: $form_placeholder;
|
||||
}
|
||||
|
||||
";
|
||||
@@ -183,7 +183,7 @@ print "
|
||||
.select2-search:before,
|
||||
.select2-search-choice-close:before
|
||||
{
|
||||
color: $form_icon_color !important;
|
||||
color: $form_icon_color;
|
||||
}
|
||||
";
|
||||
}
|
||||
@@ -192,7 +192,7 @@ if ( $form_asterisk_color ) {
|
||||
print "
|
||||
.um-$form_id.um span.um-req
|
||||
{
|
||||
color: $form_asterisk_color !important;
|
||||
color: $form_asterisk_color;
|
||||
}
|
||||
";
|
||||
}
|
||||
|
||||
@@ -64,7 +64,7 @@ print "
|
||||
|
||||
if ( $main_bg ) {
|
||||
print ".um-$form_id.um-profile {
|
||||
background-color: $main_bg !important;
|
||||
background-color: $main_bg;
|
||||
}";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user