Commit cdcd965b authored by Nikolay Gromov's avatar Nikolay Gromov

forms input: fuck blink on win

parent ee97f148
......@@ -399,6 +399,7 @@ input[type="url"],
input[type="search"],
input[type="color"],
input[type="tel"] {
background-color: #fff;
border: 1px solid @border-color;
border-radius: @border-radius;
display: inline-block;
......@@ -421,3 +422,8 @@ input[type="color"] {
input[type="range"] {
width: 100%;
}
input[disabled],
input[readonly] {
background-color: @gray-lighter;
}
......@@ -73,7 +73,7 @@
// Формы, кнопки
@field-padding-top: 0.375em;
@field-padding-top: 0.313em;
@field-padding-bottom: 0.188em;
@field-padding-horizontal: 0.438em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment