diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-13 17:33:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 16:58:02 +0000 |
commit | 54bd0c253dc4d0fa15fe15c5bebd265538d735bc (patch) | |
tree | 4c22fb3f742cf1d6b6f8fc5cf2fcb334be2f254d /web | |
parent | 3d5e0210feacf96e21e1916ab0df84b83f5f05e2 (diff) |
Make sure disabled inputs are faded.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_h5bp.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/sass/_h5bp.scss b/web/cobrands/sass/_h5bp.scss index f4078cca6..f2074532c 100644 --- a/web/cobrands/sass/_h5bp.scss +++ b/web/cobrands/sass/_h5bp.scss @@ -42,6 +42,9 @@ body, button, input, select, textarea { color: #222; background-color: #fff } +input[disabled] { + color: #888; +} /* * Remove text-shadow in selection highlight: h5bp.com/i |