Bug 7998 - CSS fixes for new interface
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / mainpage.css
index f2f8922..6c7ca1d 100644 (file)
@@ -31,9 +31,9 @@
 #area-news h3 {
     /* Title section for the news block : transparency to let the koha logo appear */
     background-color: #EEEEEE;
-    filter:alpha(opacity=50);   /* for IE */
-    -moz-opacity: 0.5;          /* for Firefox before 0.9 */
-    opacity: 0.5;
+    filter:alpha(opacity=70);   /* for IE */
+    -moz-opacity: 0.7;          /* for Firefox before 0.9 */
+    opacity: 0.7;
     padding : .3em; margin: 0;
 }
 
     border-bottom: 1px solid #EEE;
     background-color : #ffffff;
     border-radius: 6px;
+    filter:alpha(opacity=75);
+    -moz-opacity: 0.75;
+    opacity: .75;
+    font-weight: 600;
     }
 
 .newsfooter {