-
Notifications
You must be signed in to change notification settings - Fork 20
Repeater: Row selection background color #56
Comments
Well, if use #d9eaf5, I'll have to change it in the tree as well. What would be the best approach here? I'm fine going with the latter. |
I think #d9eaf5 is fine. I do agree, this should be the selected background across all controls (the repeater (selected row), tree (selected node), and datepicker (selected day). For repeater, this should be applied to both the list view extension and the thumbnail view extension. For datepicker, this should be applied to the standalone datepicker control as well as within scheduler. |
Alright I'll get on switch those out. |
Should probably be a variable, too. It might already be. Thanks Skip. |
So the tree selected bg color is in MCTheme but the repeater bg color looks to be in fuel. Should I consolidate them both to theme? |
Per @interactivellama, going to add the blue to MCTheme and change the selected color in Fuelux to a light gray. (#efefef) Will open an issue in Fuelux to take care of changing the color there. |
The background color of a selected row should likely be consistent with the background color of other selected elements within our controls. For instance, the background color of a selected node in the Tree is #b9dff1
Since grid and tree are often paired together, these should be the same - I would use #b9dff1
The text was updated successfully, but these errors were encountered: