Commit a9d4b667 authored by Mark Otto's avatar Mark Otto

finish fixing uneditable-input and remake

parent ecf84bda
...@@ -786,7 +786,8 @@ input[type="email"], ...@@ -786,7 +786,8 @@ input[type="email"],
input[type="url"], input[type="url"],
input[type="search"], input[type="search"],
input[type="tel"], input[type="tel"],
input[type="color"] { input[type="color"],
.uneditable-input {
display: inline-block; display: inline-block;
height: 18px; height: 18px;
padding: 4px; padding: 4px;
...@@ -815,7 +816,8 @@ input[type="email"], ...@@ -815,7 +816,8 @@ input[type="email"],
input[type="url"], input[type="url"],
input[type="search"], input[type="search"],
input[type="tel"], input[type="tel"],
input[type="color"] { input[type="color"],
.uneditable-input {
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #cccccc; border: 1px solid #cccccc;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
......
...@@ -77,7 +77,8 @@ input[type="email"], ...@@ -77,7 +77,8 @@ input[type="email"],
input[type="url"], input[type="url"],
input[type="search"], input[type="search"],
input[type="tel"], input[type="tel"],
input[type="color"] { input[type="color"],
.uneditable-input {
display: inline-block; display: inline-block;
height: @baseLineHeight; height: @baseLineHeight;
padding: 4px; padding: 4px;
...@@ -108,7 +109,8 @@ input[type="email"], ...@@ -108,7 +109,8 @@ input[type="email"],
input[type="url"], input[type="url"],
input[type="search"], input[type="search"],
input[type="tel"], input[type="tel"],
input[type="color"] { input[type="color"],
.uneditable-input {
background-color: @inputBackground; background-color: @inputBackground;
border: 1px solid @inputBorder; border: 1px solid @inputBorder;
.border-radius(@inputBorderRadius); .border-radius(@inputBorderRadius);
......
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