From 864d3dbdcd8331cbab4a2d57114276f3e848463f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jan 2014 00:43:26 +0100 Subject: [PATCH] test color for seminar 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 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() { -- 2.39.5