Tweak multiple select field style

This commit is contained in:
champsupertramp
2016-05-28 19:21:16 +08:00
parent adb8e49277
commit 57d99b25a3
3 changed files with 21 additions and 1 deletions
+10
View File
@@ -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;
}
+10
View File
@@ -868,4 +868,14 @@ small.um-max-filesize span{
right: 10px;
font-size: 35px;
color: #aaaaaa !important;
}
.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;
}
+1 -1
View File
File diff suppressed because one or more lines are too long