This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 4161687b9061360f962fe526eedb57354f2c7352 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 16:32:12 2014 +0200 for cursor pointer on input readonly --- pollen-ui-angular/src/main/webapp/less/style.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/less/style.less b/pollen-ui-angular/src/main/webapp/less/style.less index 612859f..af51b23 100644 --- a/pollen-ui-angular/src/main/webapp/less/style.less +++ b/pollen-ui-angular/src/main/webapp/less/style.less @@ -440,7 +440,11 @@ a { } .fakeLink { - cursor:pointer; + cursor: pointer; +} + +input[readonly] { + cursor: pointer !important; } .input-mini { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.