mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
26 lines
637 B
CSS
26 lines
637 B
CSS
|
|
datepicker {
|
|
-moz-binding: url("datepicker.xml#datepicker");
|
|
max-height: 200px;
|
|
}
|
|
|
|
menu.datepicker-button {
|
|
background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar_up.gif" );
|
|
background-repeat : no-repeat;
|
|
}
|
|
|
|
.datepicker-button:hover {
|
|
/*background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar_hover.gif" );
|
|
background-repeat : no-repeat;*/
|
|
}
|
|
|
|
.datepicker-button[open="true"] {
|
|
/*background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar_down.gif" );
|
|
background-repeat : no-repeat;*/
|
|
}
|
|
|
|
.menu-right
|
|
{
|
|
visibility : hidden;
|
|
}
|