| 1 | /* -*- Mode: C; c-basic-offset: 2 -*-\r |
| 2 | *\r |
| 3 | * The contents of this file are subject to the Netscape Public\r |
| 4 | * License Version 1.1 (the "License"); you may not use this file\r |
| 5 | * except in compliance with the License. You may obtain a copy of\r |
| 6 | * the License at http://www.mozilla.org/NPL/\r |
| 7 | *\r |
| 8 | * Software distributed under the License is distributed on an "AS\r |
| 9 | * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r |
| 10 | * implied. See the License for the specific language governing\r |
| 11 | * rights and limitations under the License.\r |
| 12 | *\r |
| 13 | * The Original Code is mozilla.org code.\r |
| 14 | *\r |
| 15 | * The Initial Developer of the Original Code is Netscape\r |
| 16 | * Communications Corporation. Portions created by Netscape are\r |
| 17 | * Copyright (C) 1998 Netscape Communications Corporation. All\r |
| 18 | * Rights Reserved.\r |
| 19 | *\r |
| 20 | * Contributor(s): \r |
| 21 | */\r |
| 22 | \r |
| 23 | .up\r |
| 24 | {\r |
| 25 | list-style-image:url("chrome://global/skin/scroll-up.gif");\r |
| 26 | min-width: 0px;\r |
| 27 | }\r |
| 28 | \r |
| 29 | .up[disabled="true"]\r |
| 30 | {\r |
| 31 | list-style-image:url("chrome://global/skin/scroll-up-disabled.gif");\r |
| 32 | }\r |
| 33 | \r |
| 34 | .down\r |
| 35 | {\r |
| 36 | min-width: 0px;\r |
| 37 | list-style-image:url("chrome://global/skin/scroll-down.gif");\r |
| 38 | }\r |
| 39 | \r |
| 40 | .down[disabled="true"]\r |
| 41 | {\r |
| 42 | list-style-image:url("chrome://global/skin/scroll-down-disabled.gif");\r |
| 43 | }\r |
| 44 | \r |
| 45 | #add-button\r |
| 46 | {\r |
| 47 | list-style-image : url("chrome://global/skin/scroll-right.gif");\r |
| 48 | }\r |
| 49 | \r |
| 50 | #remove-button\r |
| 51 | {\r |
| 52 | list-style-image : url("chrome://global/skin/scroll-left.gif");\r |
| 53 | } |