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

Current date should be highlighted in the due date selector #205

Closed
juliushaertl opened this issue Jun 22, 2017 · 6 comments
Closed

Current date should be highlighted in the due date selector #205

juliushaertl opened this issue Jun 22, 2017 · 6 comments

Comments

@juliushaertl
Copy link
Member

juliushaertl commented Jun 22, 2017

Current date should be highlighted in the due date selector, otherwise it is quite hard to find.

@pixelipo
Copy link
Contributor

Something like this?

.ui-datepicker-today .ui-state-default.ui-state-highlight {
	background-image: none;
	background-color: #0082C9;
	color: white;
}

@pixelipo
Copy link
Contributor

Or something less intrusive:

.ui-datepicker-today {
    background-color: #6E6E6E;
}

@juliushaertl
Copy link
Member Author

.ui-datepicker-today

That doesn't look very nice. 😉

I think we should go for the first one but use a light gray as background color. Just that there is some difference to the other days. Primary nextcloud color is already used for the selected date.

@pixelipo
Copy link
Contributor

I can take care of this task, however, I think it should be done at nextcloud/server level, so I created issue nextcloud/server#5691

@MorrisJobke
Copy link
Member

Fixed in nextcloud/server#5713

@juliushaertl
Copy link
Member Author

@pixelipo @jancborchardt Great work 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants