Brought closer to the datepicker.css proposed in attachment 145877
for bug 206382 git-svn-id: svn://10.0.0.236/trunk@154887 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
|
||||
datepicker {
|
||||
-moz-binding: url("datepicker.xml#datepicker");
|
||||
max-height: 200px;
|
||||
-moz-binding: url("chrome://calendar/content/datepicker/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;
|
||||
background-image : url( "chrome://calendar/skin/datetimepickers/calendar_up.gif" );
|
||||
background-repeat : no-repeat;
|
||||
}
|
||||
|
||||
.datepicker-button:hover {
|
||||
/*background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar_hover.gif" );
|
||||
/*background-image : url( "chrome://calendar/skin/datetimepickers/calendar_hover.gif" );
|
||||
background-repeat : no-repeat;*/
|
||||
}
|
||||
|
||||
.datepicker-button[open="true"] {
|
||||
/*background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar_down.gif" );
|
||||
/*background-image : url( "chrome://calendar/skin/datetimepickers/calendar_down.gif" );
|
||||
background-repeat : no-repeat;*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user