X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fprofile%2Fprofile.css;h=dc78e339e03e68aa4cfc2c3ef2cb284ef2d5f6f3;hb=f0eab82cc7fe6ce5061dfe3a6084f206acb02281;hp=da4ab1a83e080889e8a73ce76a973af7346b65d8;hpb=b87c9562a4c728734927c455c6201d13d11c8a9e;p=themes.git diff --git a/EarlyBlue/communicator/profile/profile.css b/EarlyBlue/communicator/profile/profile.css index da4ab1a8..dc78e339 100644 --- a/EarlyBlue/communicator/profile/profile.css +++ b/EarlyBlue/communicator/profile/profile.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -24,7 +24,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -37,7 +37,7 @@ * * ***** END LICENSE BLOCK ***** */ -@import url(chrome://global/skin/global.css); +@import url("chrome://global/skin/global.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @@ -45,15 +45,12 @@ window.dialog { padding: 0; } -.dimmed-highcontrast { - color: #99cccc ! important; -} - -#profiles > treechildren > treeitem > treerow > treecell > .tree-cell-icon { +treechildren::-moz-tree-image { + -moz-margin-end: 2px; list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif"); } -#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"] > .tree-cell-icon { +treechildren::-moz-tree-image(rowMigrate-no) { list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); } @@ -83,3 +80,6 @@ box.selection { margin-top: 4px; } +description.error { + color: #FF0000; +} \ No newline at end of file