rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / communicator / directory / directory.css
index 165983afff5b5212295966e07ba2ee640f4f71e0..fa0976d6b0607a32cf2958ee19150c4e35255e18 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-/*
+@import url(chrome://communicator/skin/);
 
-  Style rules specific to the directory listing window.
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
+/*
+  Style rules specific to the directory listing window.
 */
 
-@import url(chrome://communicator/skin/);
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* Hide twisty for files */
-.treecell-indent[type="FILE"] > .tree-cell-twisty 
-  {
-    list-style-image      : none;
-  }
-
-.treecell-filename
-  {
-    list-style-image      : url("chrome://communicator/skin/directory/file-icon.gif");
-  }  
-  
-treeitem[selected="true"] > treerow > .treecell-filename
-  {
-    list-style-image      : url("chrome://communicator/skin/directory/file-icon-sel.gif");
-  }
+.treecell-indent[type="FILE"] > .tree-cell-twisty {
+  list-style-image: none;
+}
+
+.treecell-filename {
+  list-style-image: url("chrome://communicator/skin/directory/file.gif");
+}  
   
-treeitem[container="true"] > treerow > .treecell-filename
-  {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-closed.gif");
-  }
-treeitem[container="true"][selected="true"] > treerow > .treecell-filename
-  {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-closed-sel.gif");
-  }
-
-treeitem[container="true"][open="true"] > treerow > .treecell-filename
-  {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-open.gif");
-  }
-treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename
-  {
-    list-style-image      : url("chrome://communicator/skin/directory/file-folder-open-sel.gif");
-  }
+treeitem[selected="true"] > treerow > .treecell-filename {
+  list-style-image: url("chrome://communicator/skin/directory/file-sel.gif");
+}
   
+treeitem[container="true"] > treerow > .treecell-filename {
+  list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif");
+}
+
+treeitem[container="true"][selected="true"] > treerow > .treecell-filename {
+  list-style-image: url("chrome://communicator/skin/directory/folder-closed-sel.gif");
+}
+
+treeitem[container="true"][open="true"] > treerow > .treecell-filename {
+  list-style-image: url("chrome://communicator/skin/directory/folder-open.gif");
+}
+
+treeitem[container="true"][open="true"][selected="true"] > treerow > .treecell-filename {
+  list-style-image: url("chrome://communicator/skin/directory/folder-open-sel.gif");
+}
   
 /* Show an animated icon when a directory/symlink is loading */
 treeitem[type="SYMBOLIC-LINK"][loading="true"] > treerow > .treecell-filename > .tree-cell-twisty,
-treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty
-  {
-    list-style-image      : url("chrome://global/skin/loading.gif");
-  }
+treeitem[type="DIRECTORY"][loading="true"] > treerow > treecell > .tree-cell-twisty {
+  list-style-image: url("chrome://global/skin/icons/loading.gif");
+}
 
 /* Italicize a symbolic link and make it look like a link (it can be a dir or link) */
-.treecell-filename[type="SYMBOLIC-LINK"] 
-  {
-    color                 : inherit;
-    text-decoration       : inherit;
-    font-style            : italic;
-  }
-
-treerow
-  {
-    min-height            : 19px;
-  }
+.treecell-filename[type="SYMBOLIC-LINK"] {
+  color: inherit;
+  text-decoration: inherit;
+  font-style: italic;
+}
+
+treerow {
+  min-height: 19px;
+}
 
 /**
  * This fixes a bug. As you scroll down in a tree the computed column width