G
G
GoodProject2015-09-29 07:10:39
css
GoodProject, 2015-09-29 07:10:39

In different browsers - different colors, how to solve the problem?

hHOgWWb.png:focus is in input , but the colors are different in different browsers.
Chrome displays the wrong color, Firefox is correct.

$green-color: #67bc5c;
&:focus {
            box-shadow: $green-color 0 0 0 2px;
            border-radius: 3px;
            border-color: $green-color;
        }

Here is a link to the finished layout, scroll down .
PS: this ↑ layout is not mine.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Kirill Turovnikov, 2015-09-29
@GoodProject

Here it seems like an overlay box-shadowand outline, add outline:none;
PS checked on your site, it is

A
Alexander Zubarev, 2015-09-29
@zualex

Main.css on line 50 sets other values ​​joxi.ru/8An5Qexi3Blx2O

S
Stalker_darkway, 2015-09-29
@hronik87

In my Chrome and Firefox, the text in the fields is displayed the same way. See your browser settings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question