mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
Update 1.3.29
This commit is contained in:
@@ -24,7 +24,9 @@ print "
|
||||
.um-account-nav a.current,
|
||||
.um-account-side li a.current span.um-account-icon,
|
||||
.um-account-side li a.current:hover span.um-account-icon,
|
||||
.um-dropdown li a:hover
|
||||
.um-dropdown li a:hover,
|
||||
i.um-active-color,
|
||||
span.um-active-color
|
||||
{
|
||||
color: $active_color;
|
||||
}
|
||||
@@ -84,14 +86,24 @@ print ".um-$form_id.um {
|
||||
}
|
||||
|
||||
if ( $primary_btn_color ) {
|
||||
|
||||
print ".um-$form_id.um input[type=submit]:disabled:hover {
|
||||
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 {
|
||||
.um-$form_id.um a.um-button,
|
||||
.um-$form_id.um a.um-button.um-disabled:hover,
|
||||
.um-$form_id.um a.um-button.um-disabled:focus,
|
||||
.um-$form_id.um a.um-button.um-disabled:active {
|
||||
background: $primary_btn_color;
|
||||
}";
|
||||
|
||||
print ".um-$form_id.um a.um-link {
|
||||
color: $primary_btn_color;
|
||||
}";
|
||||
|
||||
}
|
||||
|
||||
if ( $primary_btn_hover ) {
|
||||
@@ -99,6 +111,9 @@ print ".um-$form_id.um input[type=submit].um-button:hover,
|
||||
.um-$form_id.um a.um-button:hover {
|
||||
background-color: $primary_btn_hover;
|
||||
}";
|
||||
print ".um-$form_id.um a.um-link:hover, .um-$form_id.um a.um-link-hvr:hover {
|
||||
color: $primary_btn_hover;
|
||||
}";
|
||||
}
|
||||
|
||||
if ( $primary_btn_text ) {
|
||||
|
||||
Reference in New Issue
Block a user