Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

282
Views
change standard background color

I have a calendar on my site where the user can select a time range. I'm using the react-advanced-datetimerange-picker library for this, but I'm changing the library's default styles and ran into a problem.

I would like to change the background color in the box that I marked with a red arrow in the photo below. I also took a screenshot of the developer panel so you can see the styles and markup.

It seems like an easy task, but I've tried many options with no success.

enter image description here

What do I need to write in my .css file so that I can change the background color?

https://codesandbox.io/s/hopeful-khorana-gbjuiz

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Simply change the background from #FFFFFF to any color you want!

There are many methods to achieve that

As seen in the screenshot The input has a class inputDate

First Method

** Assuming u want to set the background color to orange.

.inputDate{
   background: Orange;
}

Another method:

You can use inline styling by adding style="background: orange" to the input

<input style="background: orange" class="inputDate"..... />
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!