mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Fix telno input styles
This commit is contained in:
@@ -381,6 +381,7 @@ p.um-notice.warning {
|
||||
}
|
||||
|
||||
.um-form input[type=text],
|
||||
.um-form input[type=tel],
|
||||
.um-form input[type=number],
|
||||
.um-form input[type=password] {
|
||||
padding: 0 12px !important;
|
||||
@@ -407,6 +408,7 @@ p.um-notice.warning {
|
||||
}
|
||||
|
||||
.um-form input[type=text]:focus,
|
||||
.um-form input[type=tel]:focus,
|
||||
.um-form input[type=number]:focus,
|
||||
.um-form input[type=password]:focus,
|
||||
.um-form textarea:focus {
|
||||
@@ -415,9 +417,11 @@ p.um-notice.warning {
|
||||
}
|
||||
|
||||
.um-form input[type=text].um-iconed,
|
||||
.um-form input[type=tel].um-iconed,
|
||||
.um-form input[type=password].um-iconed { padding-left: 44px !important }
|
||||
|
||||
.um-form input[type=text].um-error,
|
||||
.um-form input[type=tel].um-error,
|
||||
.um-form input[type=password].um-error { border-color: #C74A4A !important }
|
||||
|
||||
.um-form textarea {
|
||||
@@ -737,4 +741,4 @@ span.um-req {
|
||||
margin: 0 0 0 8px;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -146,6 +146,7 @@ print ".um-$form_id.um .um-button.um-alt,
|
||||
if ( $form_border ) {
|
||||
print "
|
||||
.um-$form_id.um .um-form input[type=text],
|
||||
.um-$form_id.um .um-form input[type=tel],
|
||||
.um-$form_id.um .um-form input[type=number],
|
||||
.um-$form_id.um .um-form input[type=password],
|
||||
.um-$form_id.um .um-form textarea,
|
||||
@@ -167,6 +168,7 @@ print "
|
||||
if ( $form_border_hover ) {
|
||||
print "
|
||||
.um-$form_id.um .um-form input[type=text]:focus,
|
||||
.um-$form_id.um .um-form input[type=tel]:focus,
|
||||
.um-$form_id.um .um-form input[type=number]:focus,
|
||||
.um-$form_id.um .um-form input[type=password]:focus,
|
||||
.um-$form_id.um .um-form textarea:focus {
|
||||
@@ -178,6 +180,7 @@ print "
|
||||
if ( $form_bg_color ) {
|
||||
print "
|
||||
.um-$form_id.um .um-form input[type=text],
|
||||
.um-$form_id.um .um-form input[type=tel],
|
||||
.um-$form_id.um .um-form input[type=number],
|
||||
.um-$form_id.um .um-form input[type=password],
|
||||
.um-$form_id.um .um-form textarea,
|
||||
@@ -192,6 +195,7 @@ print "
|
||||
if ( $form_bg_color_focus ) {
|
||||
print "
|
||||
.um-$form_id.um .um-form input[type=text]:focus,
|
||||
.um-$form_id.um .um-form input[type=tel]:focus,
|
||||
.um-$form_id.um .um-form input[type=number]:focus,
|
||||
.um-$form_id.um .um-form input[type=password]:focus,
|
||||
.um-$form_id.um .um-form textarea:focus {
|
||||
@@ -270,6 +274,7 @@ if ( $form_text_color ) {
|
||||
print "
|
||||
|
||||
.um-$form_id.um .um-form input[type=text],
|
||||
.um-$form_id.um .um-form input[type=tel],
|
||||
.um-$form_id.um .um-form input[type=password],
|
||||
.um-$form_id.um .um-form textarea
|
||||
{
|
||||
@@ -298,4 +303,4 @@ print "
|
||||
}
|
||||
|
||||
?>
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user