Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

276
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda