Hi there,
Currently we are getting lots of feedback from our customers regarding the new tahoe skin.
Most of the time the cusomers are not "used to" the new skin. We have been worked with the new Tahoe-Skin and we now like it.
However some feedback we can understand and would like to optimize this.
Many our customers seem to have problem with the readability on selections in listgrids. There may have a not properly configured display (contrast, brightness), or have to work with the sun shining to the display - this we can only assume. But we are getting a lot of feedback that the white color on blue background in Listgrids is hard to read.
In fact there are 3 different colors used in the Listgrid
1. No selection: dark font(#3F3F3F) on bright background (#F5F5F5, #FAFAFA, #FFFFFF)
2. Hover on a record: dark font (#3F3F3F) on light blue background rgba(182, 227, 255, 0.79)
3. Selection: White font (#FFFFFF) on blue background (#5FBAF2)
4. hover on a selected record: white font (#FFFFFF) onslightly lighter blue (#83c9f5).
Our customers are reporting that the readability of the selected records are hard to read (3 and 4)
Considering the contrast ratio between white and the selection-color (blue) we have to agree that this can be hard to read (http://leaverou.github.io/contrast-r...F-on-%235FBAF2).
A solution could be to switch to a lighter background-color (e.g. the color of the hover-color) for a selected record and keep the color of the font at black.
I know we could replace this color manually, but firstly we have to do this modifications every time and secondly this does not solve the problem for all other smartclient users.
Therefore we think this should be fixed for all users.
Is there a way to improve the used color-scheme for selected records?
Best regards
Currently we are getting lots of feedback from our customers regarding the new tahoe skin.
Most of the time the cusomers are not "used to" the new skin. We have been worked with the new Tahoe-Skin and we now like it.
However some feedback we can understand and would like to optimize this.
Many our customers seem to have problem with the readability on selections in listgrids. There may have a not properly configured display (contrast, brightness), or have to work with the sun shining to the display - this we can only assume. But we are getting a lot of feedback that the white color on blue background in Listgrids is hard to read.
In fact there are 3 different colors used in the Listgrid
1. No selection: dark font(#3F3F3F) on bright background (#F5F5F5, #FAFAFA, #FFFFFF)
2. Hover on a record: dark font (#3F3F3F) on light blue background rgba(182, 227, 255, 0.79)
3. Selection: White font (#FFFFFF) on blue background (#5FBAF2)
4. hover on a selected record: white font (#FFFFFF) onslightly lighter blue (#83c9f5).
Our customers are reporting that the readability of the selected records are hard to read (3 and 4)
Considering the contrast ratio between white and the selection-color (blue) we have to agree that this can be hard to read (http://leaverou.github.io/contrast-r...F-on-%235FBAF2).
A solution could be to switch to a lighter background-color (e.g. the color of the hover-color) for a selected record and keep the color of the font at black.
I know we could replace this color manually, but firstly we have to do this modifications every time and secondly this does not solve the problem for all other smartclient users.
Therefore we think this should be fixed for all users.
Is there a way to improve the used color-scheme for selected records?
Best regards
Comment