From: andreabix Date: Tue, 27 Apr 2004 16:30:39 +0000 (+0000) Subject: Addressed some transparency issues affecting the calendar popup winndow. Corrected... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5321d593607b8ad83ad0174533572656073e530c;p=moodle.git Addressed some transparency issues affecting the calendar popup winndow. Corrected the border color of the same popup window. --- diff --git a/theme/formal_white/styles.php b/theme/formal_white/styles.php index 5eaa0e55ce..cdaf4be484 100644 --- a/theme/formal_white/styles.php +++ b/theme/formal_white/styles.php @@ -749,28 +749,32 @@ TD.cal_event_description { .cal_popup_fg { background-color: cellcontent?>; font-size: 11px; - font-family: Courier; padding: 0px; margin: 0px; } .cal_popup_bg { - border-top: 2px #ffcc66 solid; - border-left: 2px #ffcc66 solid; + border-top: 2px #C6BDA8 solid; + border-left: 2px #C6BDA8 solid; border-right: 2px #663300 solid; border-bottom: 2px #663300 solid; + background-color: #E3DFD4; padding: 0px; margin: 0px; } .cal_popup_caption { - font-size: 11px; + background-color: #E3DFD4; + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size: 10px; font-weight: bold; margin: 5px; } .cal_popup_close { - font-size: 11px; + background-color: #E3DFD4; + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size: 10px; font-weight: bold; margin-right: 5px; }