Multiple select disabled background

this css changes background:

.select2-container–default .select2-selection–multiple {
background-color: dimgrey !important;
}

but i only want to change background from a disabled multiple select, how to do that?