CSS: Exclude Footer Select

How would I write CSS to format select boxes, but to exclude the footers?

I’ve tried:

.nx-editor select:not(.nx-list-footer) {

.nx-editor:not(.nx-list-footer) select {