Welcome Guest, Not a member yet? Register   Sign In
Code igniter welcomepage css error
#1

[eluser]Unknown[/eluser]
I've just installed codeigniter and found a small css mistake.
I hope developers will check and change it in next version
in application/views/welcome_message.php


line 8

/*Provided*/
:Confusedelection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }

/*It should be*/
:Confusedelection{ background-color: #E13300; color: white; }
::-moz-selection{ background-color: #E13300; color: white; }
::-webkit-selection{ background-color: #E13300; color: white; }




Theme © iAndrew 2016 - Forum software by © MyBB