X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fdirectory%2Fdirectory.css;fp=LCARStrek%2Fcommunicator%2Fdirectory%2Fdirectory.css;h=fa0976d6b0607a32cf2958ee19150c4e35255e18;hp=165983afff5b5212295966e07ba2ee640f4f71e0;hb=b1eaa41997928ca662ce1158215dc02e5b203eb0;hpb=d81fcf5942d62a6330422fed14d3f5116a17276a diff --git a/LCARStrek/communicator/directory/directory.css b/LCARStrek/communicator/directory/directory.css index 165983af..fa0976d6 100644 --- a/LCARStrek/communicator/directory/directory.css +++ b/LCARStrek/communicator/directory/directory.css @@ -35,70 +35,60 @@ * * ***** 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