Commit 7800fee7 authored by Mark Otto's avatar Mark Otto

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

parent 07f80e6f
...@@ -1223,7 +1223,6 @@ select[readonly], ...@@ -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],
......
...@@ -306,7 +306,6 @@ select[readonly], ...@@ -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],
......
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