only support about:plugins in new location after 1.7 release
[themes.git] / LCARStrek / communicator / profile / profile.css
index db5ad028e87a64f057c466915814fc493be189db..df5a4df3dcd3d775cad695ad1e93866efdd3db72 100644 (file)
@@ -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,11 @@ window.dialog {
   padding: 0;
 }
 
-.dimmed-highcontrast {
-  color: #99cccc ! important;
-} 
-
-#profiles > treechildren > treeitem > treerow > treecell > .tree-cell-icon {
+#profiles > listitem {
   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
 }
 
-#profiles > treechildren > treeitem > treerow > treecell[rowMigrate="no"] > .tree-cell-icon {
+#profiles > listitem[rowMigrate="no"] {
   list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
 }
 
@@ -82,3 +78,7 @@ box#wizardButtons {
 box.selection {
   margin-top: 4px;
 }
+
+description.error {
+  color: #FF0000;
+}