Pop-up calendar for date fields (RFE #880647).

This commit is contained in:
Michal Čihař
2004-04-16 17:38:40 +00:00
parent 26d87c4403
commit 8743073b2e
107 changed files with 270 additions and 2 deletions

View File

@@ -242,5 +242,34 @@ button.mult_submit {
<?php
echo PMA_SQP_buildCssData();
}
?>
/* Calendar */
table.calendar {
width: 100%;
}
table.calendar td {
text-align: center;
}
table.calendar td a {
display: block;
}
table.calendar td a:hover {
background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
table.calendar th {
background-color: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>;
}
table.calendar td.selected {
background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
img.calendar {
border: none;
}