From: Guillaume Pellerin Date: Tue, 7 Jan 2014 23:43:26 +0000 (+0100) Subject: test color for seminar status view for staff X-Git-Tag: 2.8.1-pro~311 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=864d3dbdcd8331cbab4a2d57114276f3e848463f;p=teleforma.git test color for seminar status view for staff --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index fb76e813..242d2d34 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -57,6 +57,16 @@ a:hover { text-decoration: underline; } +.link_red a, a:visited { + color: #BB0000; /* #BB0000 #030250 */ + text-decoration:none; +} +.link_red a:hover { + background-color: transparent; + color: #BB0000 ; /* #BB0000 #4888f0 */ + text-decoration: underline; +} + a img { border: none; } textarea { diff --git a/teleforma/templates/teleforma/seminars.html b/teleforma/templates/teleforma/seminars.html index f3ff0069..4910c066 100644 --- a/teleforma/templates/teleforma/seminars.html +++ b/teleforma/templates/teleforma/seminars.html @@ -46,7 +46,7 @@ $(function() {