From dd566a1e2f7e01442890330db3845f3521cf011f Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 25 Sep 2014 09:54:03 +1000 Subject: Disabled fields use normal text-select cursor --- src/index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index 4a9647e..fb287f5 100644 --- a/src/index.html +++ b/src/index.html @@ -13,6 +13,9 @@ body { padding-bottom: 32px; } + .form-control[disabled] { + cursor: auto; + } .feedback-container { position: fixed; top: 0; -- cgit v1.2.3