]> git.mjollnir.org Git - moodle.git/commitdiff
Addressed some transparency issues affecting the calendar popup winndow. Corrected...
authorandreabix <andreabix>
Tue, 27 Apr 2004 16:30:39 +0000 (16:30 +0000)
committerandreabix <andreabix>
Tue, 27 Apr 2004 16:30:39 +0000 (16:30 +0000)
theme/formal_white/styles.php

index 5eaa0e55ce3de3cce2f4b412fac177bc7c7cc84a..cdaf4be4841a810326fc759ed22da217a7d4b3c5 100644 (file)
@@ -749,28 +749,32 @@ TD.cal_event_description {
 .cal_popup_fg {\r
        background-color: <?php echo $THEME->cellcontent?>;\r
        font-size: 11px;\r
-       font-family: Courier;\r
        padding: 0px;\r
        margin: 0px;\r
 }\r
 \r
 .cal_popup_bg {\r
-       border-top: 2px #ffcc66 solid;\r
-       border-left: 2px #ffcc66 solid;\r
+       border-top: 2px #C6BDA8 solid;\r
+       border-left: 2px #C6BDA8 solid;\r
        border-right: 2px #663300 solid;\r
        border-bottom: 2px #663300 solid;\r
+       background-color: #E3DFD4;\r
        padding: 0px;\r
        margin: 0px;\r
 }\r
 \r
 .cal_popup_caption {\r
-       font-size: 11px;\r
+       background-color: #E3DFD4;\r
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
+       font-size: 10px;\r
        font-weight: bold;\r
        margin: 5px;\r
 }\r
 \r
 .cal_popup_close {\r
-       font-size: 11px;\r
+       background-color: #E3DFD4;\r
+       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r
+       font-size: 10px;\r
        font-weight: bold;\r
        margin-right: 5px;\r
 }\r