BUG 392669 [Today Pane] Image of toolbarbutton for today pane should be exchanged;r=mickey

git-svn-id: svn://10.0.0.236/trunk@232456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Berend.Cornelius%sun.com 2007-08-21 14:38:25 +00:00
parent cfb553c108
commit bb17b992f4
6 changed files with 12 additions and 12 deletions

View File

@ -173,23 +173,23 @@ toolbar[iconsize="small"] #calendar-go-to-today-button[disabled="true"] {
*-------------------------------------------------------------------*/
#calendar-show-todaypane-button {
-moz-image-region: rect(0px 544px 32px 512px);
-moz-image-region: rect(0px 672px 32px 640px);
}
#calendar-show-todaypane-button:active {
-moz-image-region: rect(32px 544px 64px 512px);
-moz-image-region: rect(32px 672px 64px 640px);
}
#calendar-show-todaypane-button[disabled="true"] {
-moz-image-region: rect(64px 544px 96px 512px);
-moz-image-region: rect(64px 672px 96px 640px);
}
toolbar[iconsize="small"] #calendar-show-todaypane-button {
-moz-image-region: rect(0px 408px 24px 384px);
-moz-image-region: rect(0px 504px 24px 480px);
}
toolbar[iconsize="small"] #calendar-show-todaypane-button:active {
-moz-image-region: rect(24px 408px 48px 384px);
-moz-image-region: rect(24px 504px 48px 480px);
}
toolbar[iconsize="small"] #calendar-show-todaypane-button[disabled="true"] {
-moz-image-region: rect(48px 408px 72px 384px);
-moz-image-region: rect(48px 504px 72px 480x);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -220,15 +220,15 @@ toolbar[iconsize="small"] #calendar-go-to-today-button:hover:active {
*-------------------------------------------------------------------*/
#calendar-show-todaypane-button {
-moz-image-region: rect(0px 408px 24px 384px);
-moz-image-region: rect(0px 504px 24px 480px);
}
#calendar-show-todaypane-button[disabled="true"],
#calendar-show-todaypane-button[disabled="true"]:hover,
#calendar-show-todaypane-button[disabled="true"]:hover:active {
-moz-image-region: rect(48px 408px 72px 384px);
-moz-image-region: rect(48px 504px 72px 480px);
}
#calendar-show-todaypane-button:hover {
-moz-image-region: rect(24px 408px 48px 384px);
-moz-image-region: rect(24px 504px 48px 480px);
}
#calendar-show-todaypane-button:hover:active {
}
@ -238,15 +238,15 @@ toolbar[iconsize="small"] #calendar-go-to-today-button:hover:active {
*-------------------------------------------------------------------*/
toolbar[iconsize="small"] #calendar-show-todaypane-button {
-moz-image-region: rect(0px 272px 16px 256px);
-moz-image-region: rect(0px 336px 16px 320px);
}
toolbar[iconsize="small"] #calendar-show-todaypane-button[disabled="true"],
toolbar[iconsize="small"] #calendar-show-todaypane-button[disabled="true"]:hover,
toolbar[iconsize="small"] #calendar-show-todaypane-button[disabled="true"]:hover:active {
-moz-image-region: rect(32px 272px 48px 256px);
-moz-image-region: rect(32px 336px 48px 320px);
}
toolbar[iconsize="small"] #calendar-show-todaypane-button:hover {
-moz-image-region: rect(16px 272px 32px 256px);
-moz-image-region: rect(16px 336px 32px 320px);
}
toolbar[iconsize="small"] #calendar-show-todaypane-button:hover:active {
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 22 KiB