latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / LCARStrek / global / filepicker.css
index 5f1b431e7bbcfee7e8aea07a3d9d10e12ae23aab..23fcb297da9e22300a66c33eae095e8e85ebb717 100644 (file)
@@ -20,7 +20,7 @@
  *
  * Contributor(s):
  *   Joe Hewitt (hewitt@netscape.com)
- *   Brian Ryner (bryner@netscape.com)
+ *   Brian Ryner (bryner@brianryner.com)
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
 
 /* ::::: file/directory items ::::: */
 
-treechildren:-moz-tree-image(FilenameColumn, directory) {
+treechildren::-moz-tree-image(FilenameColumn, directory) {
   list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
 }
 
-treechildren:-moz-tree-image(FilenameColumn, file) {
+treechildren::-moz-tree-image(FilenameColumn, file) {
   list-style-image: url("chrome://global/skin/filepicker/file.gif");
 }
 
-/* ::::: focus rules ::::: */
-
-#directoryTree > treerows > .tree-bodybox {
-  border: 1px solid transparent;
-} 
-
-#directoryTree:focus > treerows > .tree-bodybox {
-  border-color: #FFCF00;
-}
-
 /* ::::: button items ::::: */
 
 .up-button {
@@ -100,4 +90,4 @@ treechildren:-moz-tree-image(FilenameColumn, file) {
 
 .new-dir-button:hover {
   list-style-image: url("chrome://global/skin/filepicker/folder-new-hover.gif");
-}
\ No newline at end of file
+}