From 7ce9bbd16dbd3a005d8064214e4e2b1802ceeddf Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jan 2014 00:50:45 +0100 Subject: [PATCH] test green color for seminar pub status view for staff --- teleforma/static/teleforma/css/teleforma.css | 10 ++++++++++ teleforma/templates/teleforma/seminars.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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() { -- 2.39.5