Files
SIGE-WEB-snapshot/ambiente-de-test/wp-content/plugins/wp-security-audit-log/classes/Select2/assets/css/wp-overrides.css

48 lines
1.5 KiB
CSS

.select2-container--default .select2-selection.s24wp-wrapper .select2-selection__rendered {
padding: 5px 4px 0 5px !important;
display: block !important;
}
.select2-container--default .select2-selection.s24wp-wrapper .select2-selection__choice {
margin-top: 0 !important;
margin-bottom: 4px !important;
padding: 5px 5px 5px 23px !important;
position: relative !important;
}
.select2-container--default .select2-selection.s24wp-wrapper .select2-search--inline:not(:only-child) {
margin-bottom: 0px !important;
margin-top: -4px !important;
}
.select2-container--default .select2-selection.s24wp-wrapper .select2-search--inline:only-child {
margin-top: 0 !important;
margin-bottom: 4px !important;
}
.select2-container--default .select2-selection.s24wp-wrapper .select2-search--inline:only-child .select2-search__field {
margin-top: 0 !important;
}
.select2-container--default .select2-selection.s24wp-wrapper .select2-selection__choice__remove {
background-color: transparent !important;
border: none !important;
border-right: 1px solid #aaa !important;
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
color: #999 !important;
cursor: pointer !important;
font-size: 1em !important;
font-weight: 700 !important;
padding: 5px 4px !important;
position: absolute !important;
left: 0 !important;
top: 0 !important;
}
.select2-container--default .select2-selection.s24wp-wrapper .select2-selection__choice__remove:hover {
background-color: #f1f1f1 !important;
color: #333 !important;
outline: none !important;
}