This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 7f7dc9f564da309d394a37cefd1707576b3edd46 Author: Kevin Morin <morin@codelutin.com> Date: Tue Aug 1 17:07:54 2017 +0200 style pour que les icones de rapport soient moins voyantes --- pollen-ui-riot-js/src/main/web/tag/poll/Report.tag.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Report.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Report.tag.html index 40d237df..eeaa764c 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Report.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Report.tag.html @@ -1,7 +1,7 @@ require("../popup/Modal.tag.html"); <Report> - <span class="label info-label not-printable" + <span class="label report-icon not-printable" show={!poll.permission} onclick={openModalAddReport} title={__.title}> <i class="fa fa-bell" aria-hidden="true"></i> @@ -154,6 +154,15 @@ require("../popup/Modal.tag.html"); vertical-align: text-top; } + .report-icon { + color: var(--report); + } + + .report-icon:hover { + color: var(--report-hover); + cursor: pointer; + } + td { padding-right: 10px; padding-left: 10px; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.