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 aa8e297267a0e235cd821e32ccb98e88d7250542 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 12:20:15 2014 +0200 change cursor for input have selectOnClick and improve transition for comments page --- pollen-ui-angular/src/main/webapp/js/directives.js | 1 + pollen-ui-angular/src/main/webapp/less/style.less | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pollen-ui-angular/src/main/webapp/js/directives.js b/pollen-ui-angular/src/main/webapp/js/directives.js index 592c20c..5448c15 100644 --- a/pollen-ui-angular/src/main/webapp/js/directives.js +++ b/pollen-ui-angular/src/main/webapp/js/directives.js @@ -190,6 +190,7 @@ angular.module('pollenDirective', []) return { restrict: 'A', link: function (scope, element) { + element.css('cursor', 'pointer'); element.on('click', function () { this.select(); }); diff --git a/pollen-ui-angular/src/main/webapp/less/style.less b/pollen-ui-angular/src/main/webapp/less/style.less index b236ab5..612859f 100644 --- a/pollen-ui-angular/src/main/webapp/less/style.less +++ b/pollen-ui-angular/src/main/webapp/less/style.less @@ -464,6 +464,8 @@ a { .transition-duration(@time-transition); } + .fade(0); + td { border-bottom:1px solid @border-color; padding: 5px 5px 15px; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.