From: Guillaume Pellerin Date: Tue, 7 Jan 2014 23:50:45 +0000 (+0100) Subject: test green color for seminar pub status view for staff X-Git-Tag: 2.8.1-pro~308 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7ce9bbd16dbd3a005d8064214e4e2b1802ceeddf;p=teleforma.git test green color for seminar pub status view for staff --- diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 1e4fc4e0..86044944 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -67,6 +67,16 @@ a:hover { text-decoration: underline; } +.link_green a { + color: #92b220; /* #BB0000 #030250 */ + text-decoration:none; +} +.link_green a:hover { + background-color: transparent; + color: #92b220 ; /* #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 6ac2a055..b1e204c0 100644 --- a/teleforma/templates/teleforma/seminars.html +++ b/teleforma/templates/teleforma/seminars.html @@ -46,7 +46,7 @@ $(function() {