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"], ...@@ -399,6 +399,7 @@ input[type="url"],
input[type="search"], input[type="search"],
input[type="color"], input[type="color"],
input[type="tel"] { input[type="tel"] {
background-color: #fff;
border: 1px solid @border-color; border: 1px solid @border-color;
border-radius: @border-radius; border-radius: @border-radius;
display: inline-block; display: inline-block;
...@@ -421,3 +422,8 @@ input[type="color"] { ...@@ -421,3 +422,8 @@ input[type="color"] {
input[type="range"] { input[type="range"] {
width: 100%; width: 100%;
} }
input[disabled],
input[readonly] {
background-color: @gray-lighter;
}
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
// Формы, кнопки // Формы, кнопки
@field-padding-top: 0.375em; @field-padding-top: 0.313em;
@field-padding-bottom: 0.188em; @field-padding-bottom: 0.188em;
@field-padding-horizontal: 0.438em; @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