source: sandbox/expresso/novos_templates/phpgwapi/js/dftree/dftree.css @ 773

Revision 773, 965 bytes checked in by niltonneto, 15 years ago (diff)

Resolve #475

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1.root {
2        position: relative;
3        left: 2px;
4        width: 0px;
5        white-space: nowrap;
6}
7
8.son {
9        position: relative;
10        left: 10px;
11/*      width: 0px;*/
12}
13
14
15.plus {
16        font-size: 15px;
17        font-weight: bold;
18        cursor: pointer;
19        color: #000000;
20        font-family: monospace;
21}
22
23.plus:hover {
24        color: #FF0000;
25}
26
27.opened {
28        display: inline;
29/*      width: 0px;*/
30}
31
32.closed {
33        display: none;
34/*      width: 0px;*/
35}
36
37/* link */
38.l {
39        background-repeat: no-repeat;
40        background-position: left;
41        padding: 0 2em;
42        font-weight: bold;
43        font-size: 10px;
44        color: #4a79b1;
45        text-decoration: none;
46        cursor: pointer;
47        white-space: nowrap;
48        font-family: sans-serif;
49}
50
51.l:hover {
52        text-decoration: underline;
53}
54
55
56/* selected link */
57.sl {
58        background-repeat: no-repeat;
59        background-position: left;
60        padding: 0 2em;
61        font-weight: bold;
62        font-size: 10px;
63        color: #fc6103;
64        text-decoration: none;
65        cursor: pointer;
66        white-space: nowrap;
67        font-family: sans-serif;
68}
69
70.sl:hover {
71        text-decoration: underline;
72}
73
74
Note: See TracBrowser for help on using the repository browser.