branch develop updated (cb4f073 -> 3bcf2ac)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from cb4f073 Eviter les paranthèses vides lorsqu'un utilisateur n'a pas d'organisation new 3bcf2ac Refs #7912 : Correction du lien non visible au statut :visited The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: coselmar-ui/src/main/webapp/css/coselmar.css | 9 +++++++++ 1 file changed, 9 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm