Google Chrome is not rendering properly my CSS layout after Version 44.0.2403.107 m -


in mozilla firefox works , in chrome until new version.

.company_color{     color:#f04848; }  <select>     <option  value="">company</option> <option class="company_color" value="test">test</option> .. <option value="test500">test500</option> </select> 

it should color text red when option class "company_color". when there many companies (more 300 in pure test. less in production test) chrome ignores colouring function. started happen in new version.

does have solution or chrome restriction?

ok, google chrome disabling style of options inside selects have more 300 options. there's not do.


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

php - How do you embed a video into a custom theme on WordPress? -