Ultimate Member – User Profile & Membership Plugin - Version 1.2.991

Version Description

Download this release

Release Info

Developer ultimatemember
Plugin Icon 128x128 Ultimate Member – User Profile & Membership Plugin
Version 1.2.991
Comparing to
See all releases

Code changes from version 1.2.99 to 1.2.991

admin/assets/css/um-admin-misc.css CHANGED
@@ -218,7 +218,7 @@ p.disabled-on-off .um-admin-yesno *{
218
  height: 28px;
219
  text-align: center;
220
  background: #f9f9f9;
221
- z-index: 101;
222
  border-radius: 3px;
223
  cursor: pointer;
224
  border: solid 1px #D0D9DB;
@@ -334,13 +334,13 @@ body.um-admin .select2-container-multi .select2-choices .select2-search-choice {
334
  }
335
 
336
  body.um-admin .select2-drop-mask {
337
- z-index: 99 !important;
338
  }
339
 
340
  body.um-admin .select2-drop {
341
- z-index: 100 !important;
342
  }
343
 
344
  body.um-admin .select2-search {
345
- z-index: 101 !important;
346
  }
218
  height: 28px;
219
  text-align: center;
220
  background: #f9f9f9;
221
+ z-index: 999;
222
  border-radius: 3px;
223
  cursor: pointer;
224
  border: solid 1px #D0D9DB;
334
  }
335
 
336
  body.um-admin .select2-drop-mask {
337
+ z-index: 10020 !important;
338
  }
339
 
340
  body.um-admin .select2-drop {
341
+ z-index: 10030 !important;
342
  }
343
 
344
  body.um-admin .select2-search {
345
+ z-index: 10040 !important;
346
  }
admin/assets/css/um-admin-modal.css CHANGED
@@ -9,7 +9,7 @@
9
  position: fixed;
10
  top: 0;
11
  left: 0;
12
- z-index: 100000;
13
  }
14
 
15
  /*
@@ -44,7 +44,7 @@
44
  top: 50% !important;
45
  left: 50% !important;
46
  display: none;
47
- z-index: 100010;
48
  box-sizing: border-box;
49
 
50
  width: 730px;
9
  position: fixed;
10
  top: 0;
11
  left: 0;
12
+ z-index: 10000;
13
  }
14
 
15
  /*
44
  top: 50% !important;
45
  left: 50% !important;
46
  display: none;
47
+ z-index: 10001;
48
  box-sizing: border-box;
49
 
50
  width: 730px;
core/um-fonticons.php CHANGED
@@ -31,7 +31,7 @@ class UM_FontIcons {
31
  }
32
 
33
  $this->all = get_option('um_cache_fonticons');
34
-
35
  }
36
 
37
  }
31
  }
32
 
33
  $this->all = get_option('um_cache_fonticons');
34
+
35
  }
36
 
37
  }