mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
Tweak multiple select field style
This commit is contained in:
@@ -155,4 +155,14 @@ body.um-admin .select2-selection__clear{
|
||||
right: 10px;
|
||||
font-size: 35px;
|
||||
color: #aaaaaa !important;
|
||||
}
|
||||
|
||||
body.um-admin .select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
||||
box-sizing: border-box;
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
line-height: 20px;
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user