]> git.parisson.com Git - teleforma.git/commitdiff
blue style
authoryomguy <yomguy@parisson.com>
Thu, 5 Jul 2012 15:56:12 +0000 (17:56 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 5 Jul 2012 15:56:12 +0000 (17:56 +0200)
teleforma/static/teleforma/css/teleforma.css

index 77a602ae7b9a0b91b261aa76d9b0fe01d67f3e59..2617e3f9620d94231c20fa6b50ef72d0e54d93c7 100644 (file)
@@ -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;
     }