| 1 | /* \r |
| 2 | * The contents of this file are subject to the Netscape Public\r |
| 3 | * License Version 1.1 (the "License"); you may not use this file\r |
| 4 | * except in compliance with the License. You may obtain a copy of\r |
| 5 | * the License at http://www.mozilla.org/NPL/\r |
| 6 | * \r |
| 7 | * Software distributed under the License is distributed on an "AS\r |
| 8 | * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r |
| 9 | * implied. See the License for the specific language governing\r |
| 10 | * rights and limitations under the License.\r |
| 11 | * \r |
| 12 | * The Original Code is mozilla.org code.\r |
| 13 | * \r |
| 14 | * The Initial Developer of the Original Code is Netscape\r |
| 15 | * Communications Corporation. Portions created by Netscape are\r |
| 16 | * Copyright (C) 1998-1999 Netscape Communications Corporation. All\r |
| 17 | * Rights Reserved.\r |
| 18 | * \r |
| 19 | * Contributor(s): \r |
| 20 | */\r |
| 21 | \r |
| 22 | .error-icon-box {\r |
| 23 | background-color: #CCCCCC;\r |
| 24 | padding: 5px;\r |
| 25 | border-right: 1px solid #999999;\r |
| 26 | }\r |
| 27 | \r |
| 28 | \r |
| 29 | \r |
| 30 | .treecell-error {\r |
| 31 | border-bottom: 1px solid #000000 !important;\r |
| 32 | padding: 0px;\r |
| 33 | }\r |
| 34 | \r |
| 35 | .treecell-error[type="error"] {\r |
| 36 | list-style-image: url("chrome://global/skin/error-icon.gif") !important;\r |
| 37 | }\r |
| 38 | \r |
| 39 | .treecell-error[type="warning"] {\r |
| 40 | list-style-image: url("chrome://global/skin/alert-icon.gif") !important;\r |
| 41 | }\r |
| 42 | \r |
| 43 | .error-icon {\r |
| 44 | list-style-image: inherit !important;\r |
| 45 | }\r |
| 46 | \r |