- fixed some colors in CSS;

- fixed RTL layouts;
- fixed must search attr;
- fixed show only these users attr;
- changed CSS for fields (1px border);
- fixed UM dropdown JS for position;
This commit is contained in:
nikitasinelnikov
2019-09-11 16:07:51 +03:00
parent 6eb47f2368
commit 5241b95a98
12 changed files with 82 additions and 68 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ div.uimob800 .um-account-side li a.current:hover
.select2-drop-active,
.select2-drop.select2-drop-above
{
border: 2px solid #ddd !important;
border: 1px solid #ddd !important;
}
.um .um-form .select2-container-multi .select2-choices .select2-search-field input[type=text] {
@@ -142,7 +142,7 @@ div.uimob800 .um-account-side li a.current:hover
.um .um-form .um-datepicker.picker__input.picker__input--active,
.um .um-form .um-datepicker.picker__input.picker__input--target,
.um .um-form textarea:focus {
border: 2px solid #bbb !important;
border: 1px solid #bbb !important;
}
.um .um-form input[type=text],