Hi, danika,
as Tony said, without any knowledge it's difficult.
But assuming you are working with LS 2.50 and you have access to the webserver, in folder "styles-public" there is "uploader.css"
As you see changes here affect ALL templates.
The background you can change in class "body.uploader"
Code:
body.uploader {
padding: 1em;
background-color: #63B8FF; // Added by me
}
see screenshots.
Remember: This file affects ALL templates. So be careful.
Probably you can enter this css-snippet in "template.css" or directly in the question text. But here I was not succesful.
Kind regards
Joffm