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

Colors between listview and rest of the app window are not consistent #50

Closed
aggalex opened this issue Dec 21, 2017 · 2 comments
Closed

Comments

@aggalex
Copy link

aggalex commented Dec 21, 2017

Expected behavior

Everything in the application window background should be homogeneously colored without inconsistencies, like

Actual behavior

The listview is white, while the other elements (page switcher and "add new task" entry) have gray backgrounds, creating background inconsistencies. Applies for the "To-Do" and "Done" pages.

What should be done

Ether the listview's background color should be changed to the same gray are the element's background or vice versa (make the window's background white).

Tip: To change the background of an element named "element"

  1. Create a css file
  2. Link the css file with your css code
  3. add the line element.set_name ("element_to_edit") (be careful, it's a string with "s)
  4. set the background-color property of element_to_edit to whatever you want

Operating System used

elementary OS

Installation source

elementary OS appcenter

@JMoerman
Copy link
Owner

JMoerman commented Jan 1, 2018

Sorry for the late response.
I haven't got a lot of time available right now, but this is something I can fix in one of the next few days.

@JMoerman
Copy link
Owner

JMoerman commented Jan 4, 2018

Fixed in 8a83772 (The background color is set to the current Loki list background color.)

@JMoerman JMoerman closed this as completed Jan 4, 2018
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