angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

Style customization would be a nice addition!

Open shaddyhm opened this issue 9 years ago • 3 comments

Gradients are old... a clear option to change color would be nice.

shaddyhm avatar Jun 15 '16 14:06 shaddyhm

@shaddyhm, there are 112 open issues as I'm writing this answer. Since there is an easy way to change this component's style, I wouldn't expect any support on this matter.

So, to give you some help, take a look at the following example rule:

[date-picker] table {
    background-color: #eee;
    border-radius: 3px;
    width: 100%;
}

This is how you proceed to style this component. In this case, I have changed the background color, set a different radius to its borders and also forced it to be 100% width.

brunokrebs avatar Jun 25 '16 13:06 brunokrebs

Is there a way to inspect datepicker while oppened. I have some border showing and I can't figure out on which element it is.

vedran-milic avatar Aug 11 '16 11:08 vedran-milic

Yeah, comment out the blur() function in the js file

denniskenny avatar Jun 21 '17 15:06 denniskenny