Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-05-15 20:07:19 +0400
committerMark Otto <markotto@twitter.com>2012-05-15 20:07:19 +0400
commita9d4b667ff6349a54cdd470c82c7ef3c88de4165 (patch)
tree85c5c129f494b93f4cd85dd95b26bb8714995909 /less
parentecf84bdac51a9c56d18c4a25b3d5b0c66a09151a (diff)
finish fixing uneditable-input and remake
Diffstat (limited to 'less')
-rw-r--r--less/forms.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index 277cdf42f1..d70dd9c4dd 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -77,7 +77,8 @@ input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
-input[type="color"] {
+input[type="color"],
+.uneditable-input {
display: inline-block;
height: @baseLineHeight;
padding: 4px;
@@ -108,7 +109,8 @@ input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
-input[type="color"] {
+input[type="color"],
+.uneditable-input {
background-color: @inputBackground;
border: 1px solid @inputBorder;
.border-radius(@inputBorderRadius);