]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Daily vue of Calendar.
[citadel.git] / webcit / static / webcit.css
index d24bad9362b4420dace350e6435a3482522681ce..45e52b7558cc9c9c3cc2348048a26a29ca3c08bc 100644 (file)
@@ -1169,9 +1169,17 @@ td.events_of_the_day {
 }
 
 .event {
-       opacity: .5;
+       filter:alpha(opacity=50);   /* Internet Explorer 6     */
+       -moz-opacity:0.5;           /* Mozilla 1.6 and prec.   */
+       opacity: 0.5;               /* CSS3 and Mozilla  */
        border: solid 1px red;
        background-color: yellow;
        z-index: 10;
 }
 
+.event a {
+   filter:alpha(opacity=100); 
+   -moz-opacity:1.0;         
+   opacity: 1.0;            
+}
+