0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

fixes #3973: same border on disabled inputs as default inputs:

This commit is contained in:
Mark Otto 2012-07-09 00:51:38 -07:00
parent 07f80e6fd8
commit 7800fee7e0
2 changed files with 0 additions and 2 deletions

View File

@ -1223,7 +1223,6 @@ select[readonly],
textarea[readonly] { textarea[readonly] {
cursor: not-allowed; cursor: not-allowed;
background-color: #eeeeee; background-color: #eeeeee;
border-color: #ddd;
} }
input[type="radio"][disabled], input[type="radio"][disabled],

View File

@ -306,7 +306,6 @@ select[readonly],
textarea[readonly] { textarea[readonly] {
cursor: not-allowed; cursor: not-allowed;
background-color: @inputDisabledBackground; background-color: @inputDisabledBackground;
border-color: #ddd;
} }
// Explicitly reset the colors here // Explicitly reset the colors here
input[type="radio"][disabled], input[type="radio"][disabled],