Files
ultimatemember/admin/assets/css/um-admin-select2.css
T

69 lines
1.6 KiB
CSS
Raw Normal View History

2016-01-26 18:12:37 +08:00
body.um-admin .select2-container {margin-right: 2px!important;}
2015-11-05 19:51:31 +08:00
2016-01-26 18:12:37 +08:00
body.um-admin .select2-drop,
body.um-admin .select2-drop.select2-drop-above,
body.um-admin .select2-drop-active,
body.um-admin .select2-container-multi .select2-choices
{border: 1px solid #ddd !important}
2016-01-26 18:12:31 +08:00
2016-01-26 18:12:37 +08:00
body.um-admin .select2-container .select2-choice
{
height: 27px !important;
line-height: 27px !important;
border: 1px solid #ddd !important;
color: #888 !important;
2015-11-05 19:51:31 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-container .select2-choice > .select2-chosen {
font-size: 13px !important;
2015-11-05 19:51:31 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-container .select2-choice {
2015-11-05 19:51:31 +08:00
font-size: 13px !important;
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-container .select2-choice .select2-arrow:before {
font-size: 23px !important;
line-height: 27px;
2015-11-05 19:51:31 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-search-choice-close:before {
font-size: 20px !important;
color: #aaa;
line-height: 27px;
2016-01-26 16:00:09 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-container-multi .select2-search-choice-close:before {
font-size: 15px !important;
2016-01-26 16:00:09 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-search input[type=text] {
font-size: 13px !important;
2015-11-05 19:51:31 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-results li {
font-size: 13px !important;
2016-01-26 16:00:09 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-results .select2-no-results,
body.um-admin .select2-results .select2-searching,
body.um-admin .select2-results .select2-selection-limit {
font-size: 13px !important;
2016-01-26 16:00:09 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-container-multi .select2-choices .select2-search-choice {
line-height: 13px !important;
font-size: 13px !important;
2016-01-26 16:00:09 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-drop-mask {
z-index: 10020 !important;
2016-01-26 16:00:09 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-drop {
z-index: 10030 !important;
2016-01-26 16:00:09 +08:00
}
2016-01-26 18:12:37 +08:00
body.um-admin .select2-search {
z-index: 10040 !important;
}