Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with CSS #33

Closed
nocquidant opened this issue Jul 5, 2016 · 6 comments
Closed

Help with CSS #33

nocquidant opened this issue Jul 5, 2016 · 6 comments

Comments

@nocquidant
Copy link

Could you please tell me what is the CSS property to set to have a nice looking selected day (see image).

Thanks
-- nick

image

@motss
Copy link
Owner

motss commented Jul 5, 2016

@nocquidant

app-datepicker {
    --app-datepicker-selected-date: {
    color: yellow;
  };
}

@motss motss closed this as completed Jul 5, 2016
@nocquidant
Copy link
Author

Actually I don't not need a yellow color :) The computed height is not right : the 2 lines overlaps ("dim. 5" and "juin").

@motss
Copy link
Owner

motss commented Jul 5, 2016

@nocquidant What browser you're on seeing this problem?

@motss motss reopened this Jul 5, 2016
@nocquidant
Copy link
Author

On Chrome and FF. Your demo looks good so it is probably one of my style rules...

@motss
Copy link
Owner

motss commented Jul 5, 2016

@nocquidant I thought so. I don't see any issue only current styling. You can try line-height for a little adjustment.

app-datepicker {
  --app-datepicker-selected-date: {
    line-height: 32px;
  };
}

@nocquidant
Copy link
Author

OK it is much better. Thanks

Le mar. 5 juil. 2016 à 13:46, Rong Sen Ng notifications@github.com a
écrit :

@nocquidant https://github.com/nocquidant I thought so. I don't see any
issue only current styling. You can try line-height for a little
adjustment.

app-datepicker {
--app-datepicker-selected-date: {
line-height: 32px;
};
}


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#33 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AANP3mKHnrxCW9qHBG5L5xxyqi8qoKAcks5qSkQmgaJpZM4JFBLI
.

@motss motss closed this as completed Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants