From 153d626a12bab493f6198848a810dc75bef51501 Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 5 Jul 2012 17:56:12 +0200 Subject: [PATCH] blue style --- teleforma/static/teleforma/css/teleforma.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 77a602ae..2617e3f9 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -25,12 +25,12 @@ a:link:hover, a:visited:hover { text-decoration: underline; }*/ a, a:visited { - color: #BB0000; + color: #4f628a; /* #BB0000 */ text-decoration:none; } a:hover { background-color: transparent; - color: #BB0000; + color: #4f628a; /* #BB0000 */ text-decoration: underline; } @@ -1386,7 +1386,7 @@ input,textarea{ margin: 0em 0em 0em 0.3em; font-size: 0.9125em; background-color: #FFF; - color: #0000 ; + color: #000 ; font-weight: normal; max-height: 250px; overflow-y: auto; @@ -1394,6 +1394,7 @@ input,textarea{ #module-set-left .module a { display:inline-block; + font-weight: bold; } -- 2.39.5