summaryrefslogtreecommitdiff
path: root/httemplate/elements/calendar-win2k-2.css
diff options
context:
space:
mode:
authorivan <ivan>2004-09-22 11:04:41 +0000
committerivan <ivan>2004-09-22 11:04:41 +0000
commit657742d1118c350120ecac455ae013f1deed5b83 (patch)
tree68979edcb8cb223f826be4e4cff1279e0b30da70 /httemplate/elements/calendar-win2k-2.css
parent9c29afdc9ab5c24d99a7cab48da13dfebd2fb477 (diff)
update jscalendar
Diffstat (limited to 'httemplate/elements/calendar-win2k-2.css')
-rw-r--r--httemplate/elements/calendar-win2k-2.css21
1 files changed, 14 insertions, 7 deletions
diff --git a/httemplate/elements/calendar-win2k-2.css b/httemplate/elements/calendar-win2k-2.css
index 9727d1b9a..6001cfaa4 100644
--- a/httemplate/elements/calendar-win2k-2.css
+++ b/httemplate/elements/calendar-win2k-2.css
@@ -92,6 +92,13 @@
text-align: right;
padding: 2px 4px 2px 2px;
}
+.calendar tbody .day.othermonth {
+ font-size: 80%;
+ color: #aaa;
+}
+.calendar tbody .day.othermonth.oweekend {
+ color: #faa;
+}
.calendar table .wn {
padding: 2px 3px 2px 2px;
@@ -185,7 +192,7 @@
/* Combo boxes (menus that display months/years for direct selection) */
-.combo {
+.calendar .combo {
position: absolute;
display: none;
width: 4em;
@@ -197,21 +204,21 @@
border-bottom: 1px solid #000;
border-left: 1px solid #fff;
background: #e4d8e0;
- font-size: smaller;
+ font-size: 90%;
padding: 1px;
}
-.combo .label,
-.combo .label-IEfix {
+.calendar .combo .label,
+.calendar .combo .label-IEfix {
text-align: center;
padding: 1px;
}
-.combo .label-IEfix {
+.calendar .combo .label-IEfix {
width: 4em;
}
-.combo .active {
+.calendar .combo .active {
background: #d4c8d0;
padding: 0px;
border-top: 1px solid #000;
@@ -220,7 +227,7 @@
border-left: 1px solid #000;
}
-.combo .hilite {
+.calendar .combo .hilite {
background: #408;
color: #fea;
}