When Moving A Thread, What is the Style Property of the Background behind Forum Text?

DRE

Well-known member
My style property is white but the text of the forums it gives me the choice of moving it too is gray.

What style property controls this?
 
Add this to EXTRA.css:
Code:
.xenOverlay .formOverlay .textCtrl {
background-color: red;
}

Change the colour to suit.
Thank you but that's not the background I'm referring to. It's close though. The background I'm referring to is the background of the drop-down menu, when scrolling down to choose a subforum to move a thread to for example.
 
Top Bottom