mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
CSS conflicts fixed
This commit is contained in:
@@ -118,8 +118,11 @@ print "
|
||||
.select2-drop-active,
|
||||
.select2-drop.select2-drop-above
|
||||
{
|
||||
border: $form_border;
|
||||
border: $form_border !important;
|
||||
}
|
||||
|
||||
.um-$form_id.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {border: none !important}
|
||||
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ print "
|
||||
";
|
||||
|
||||
print "
|
||||
.um-$form_id.um .um-header.no-cover a.um-profile-photo-img img,
|
||||
.um-$form_id.um .um-profile-photo a.um-profile-photo-img {
|
||||
width: ".$photosize."px;
|
||||
height: ".$photosize."px;
|
||||
|
||||
Reference in New Issue
Block a user