You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Cassandra Targett (JIRA)" <ji...@apache.org> on 2018/02/15 19:47:00 UTC

[jira] [Resolved] (SOLR-6057) Duplicate background-color in #content #analysis #analysis-result .match (analysis.css)

     [ https://issues.apache.org/jira/browse/SOLR-6057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett resolved SOLR-6057.
-------------------------------------
       Resolution: Fixed
         Assignee: Cassandra Targett
    Fix Version/s: 7.3
                   master (8.0)

The patch I had earlier attached included some changes for text color to make it darker, and those changes were superseded by SOLR-8090. The commit referenced in earlier comments is for removing the duplicate color definition and changing the color for those highlights as I previously mentioned.

> 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
>          Components: Admin UI
>            Reporter: Al Krinker
>            Assignee: Cassandra Targett
>            Priority: Trivial
>             Fix For: master (8.0), 7.3
>
>         Attachments: Analysis-UI-before.png, Analysis-UI-deuteranopia.png, Analysis-UI-newColor.png, SOLR-6057.patch
>
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org