[ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998504#comment-13998504 ]
Shawn Heisey edited comment on SOLR-6057 at 5/15/14 6:51 AM: ------------------------------------------------------------- I assume that this is the background color for the analysis highlight that shows matches between the index and query. I am a reading this on my phone, so I'm not in a position to check out the page to verify. This doesn't seem to be particularly hard to see for me, but others may disagree and it might be a good idea to change the color. I disagree with making it pure red, though. It would be easy to tell the that there is a match with red, but black text on a red background is particularly hard to *read*, and red implies an error condition. If one of the well-known colors is desired, green would be a far better choice, especially if it is a lighter green rather than #00ff00. Whatever is used, it must be easy to spot, but it must also be easy to read. was (Author: elyograg): I assume that this is the background color for the analysis highlight that shows matches between the index and query. This doesn't seem to be particularly hard to see for me, but others may disagree and it might be a good idea to change the color. I disagree with making it pure red, though. It would be easy to tell the that there is a match with red, but black text on a red background is particularly hard to *read*, and red implies an error condition. If one of the well-known colors is desired, green would be a far better choice, especially if it is a lighter green rather than #00ff00. Whatever is used, it must be easy to spot, but it must also be easy to read. > Duplicate background-color in #content #analysis #analysis-result .match > (analysis.css) > --------------------------------------------------------------------------------------- > > Key: SOLR-6057 > URL: https://issues.apache.org/jira/browse/SOLR-6057 > Project: Solr > Issue Type: Bug > Reporter: Al Krinker > Priority: Trivial > > Inside of solr/webapp/web/css/styles/analysis.css, you can find #content > #analysis #analysis-result .match element with following content: > #content #analysis #analysis-result .match > { > background-color: #e9eff7; > background-color: #f2f2ff; > } > background-color listed twice. > Also, it was very hard for me to see the highlight. Recommend to change it to > background-color: #FF0000; -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org