view moztree.css @ 14:b6cc8b87bb93

clicking on a directory now moves the visualizer to that directory.
author Atul Varma <varmaa@toolness.com>
date Sun, 13 Dec 2009 06:01:42 -0800
parents d6d558244c61
children
line wrap: on
line source

body {
    font-family: Helvetica Neue, Arial, sans-serif;
    background: #f0f0f0;
}

h1 {
    font-size: 18pt;
}

text {
    font-size: 8pt;
    stroke: none;
    fill: black;
    pointer-events: none;
}

tspan.changes {
    text-anchor: end;
    fill: gray;
}

rect {
    stroke: #f0f0f0;
    stroke-width: 1;
    fill: white;
}

rect:hover {
    fill: yellow;
}