2

I'm using ui-bootstrap-tpls-2.5.0.min.js. I changed dropdown-menu's backgorund color like this in specific html.

.dropdown-menu {
   background-color: transparent;
   box-shadow: none;
}

But it makes datepicker's background transparent too. I know why it happened, so I cleared that line but nothing changed.

So I want to change datepicker popup's background using CSS selector like this,

.datepicker .ul{
    background-color: white;
}
//this is an example code.

what selector do I have to choose to change datepicker's background?

this is present situation

1 Answer 1

2

enter image description here

If this is what you require, you need to add these two styles that are highlighted.

Happy coding :)

Sign up to request clarification or add additional context in comments.

1 Comment

thanks! Now I see it has lots of classes in same level.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.