This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 3bcf2ac7baa9197f8b96f0666b7173d5e42aa3e2 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Jan 15 22:20:00 2016 +0100 Refs #7912 : Correction du lien non visible au statut :visited --- coselmar-ui/src/main/webapp/css/coselmar.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/coselmar-ui/src/main/webapp/css/coselmar.css b/coselmar-ui/src/main/webapp/css/coselmar.css index ba7845d..5fb13cc 100644 --- a/coselmar-ui/src/main/webapp/css/coselmar.css +++ b/coselmar-ui/src/main/webapp/css/coselmar.css @@ -203,6 +203,11 @@ h2 { background-color: #39a0a8 !important; color: #FFF; } +.btn-action:active, +.btn-action:visited { + color: #39a0a8; +} + .table .btn-action { margin-left: 0; } @@ -215,6 +220,10 @@ h2 { .btn-edit:hover { background-color: #f0ad4e !important; } +.btn-edit:active, +.btn-edit:visited { + color: #f0ad4e; +} .btn-disable { color: #d9534f; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.