Update 1.3.29

This commit is contained in:
champsupertramp
2015-11-05 19:51:31 +08:00
parent 8b89da079a
commit 0634f773d5
260 changed files with 21302 additions and 5951 deletions
+17 -2
View File
@@ -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 ) {