mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user