mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 05:33:36 +09:00
- changed form builder > icon field to new dropdown type;
This commit is contained in:
@@ -140,6 +140,13 @@
|
||||
width: 33%;
|
||||
position: relative;
|
||||
}
|
||||
.um-admin-tri[data-select2-id] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
._heading_text[data-select2-id] {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.um-admin-error-block,
|
||||
.um-admin-success-block {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -98,7 +98,12 @@
|
||||
float: left
|
||||
width: 33%
|
||||
position: relative
|
||||
&[data-select2-id]
|
||||
position: relative
|
||||
|
||||
._heading_text
|
||||
&[data-select2-id]
|
||||
position: relative
|
||||
|
||||
.#{$prefix}admin-error-block,
|
||||
.#{$prefix}admin-success-block
|
||||
|
||||
Reference in New Issue
Block a user