mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
- 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:
@@ -705,7 +705,13 @@ a.um-link-alt:hover {text-decoration: underline !important;}
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.um-dropdown li a {
|
||||
.um-dropdown ul {
|
||||
background: #fff;
|
||||
position: relative;
|
||||
z-index: 16;
|
||||
}
|
||||
|
||||
.um-dropdown li a {
|
||||
display: block;
|
||||
padding: 8px 12px;
|
||||
color: #666;
|
||||
@@ -718,7 +724,7 @@ a.um-link-alt:hover {text-decoration: underline !important;}
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.um-dropdown li a:hover {
|
||||
.um-dropdown li a:hover {
|
||||
|
||||
}
|
||||
|
||||
@@ -728,7 +734,6 @@ a.um-link-alt:hover {text-decoration: underline !important;}
|
||||
|
||||
.um-dropdown-arr {
|
||||
position: absolute;
|
||||
color: #fff;
|
||||
font-size: 24px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
@@ -845,7 +850,7 @@ small.um-max-filesize span{
|
||||
user-select: none;
|
||||
background: none !important;
|
||||
background-color: #fff !important;
|
||||
border: 2px solid #ddd !important;
|
||||
border: 1px solid #ddd !important;
|
||||
}
|
||||
.select2.select2-container .select2-selection .select2-selection__arrow b[role=presentation]{
|
||||
display:none;
|
||||
@@ -876,7 +881,7 @@ small.um-max-filesize span{
|
||||
border-left: 0 !important;
|
||||
}
|
||||
.select2-container.select2-container--open .select2-dropdown{
|
||||
border: 2px solid #ddd !important;
|
||||
border: 1px solid #ddd !important;
|
||||
}
|
||||
.select2-results li{
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user