My favorites | Sign in
Project Home Downloads
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 34 attachment: ui.dynatree.css (1.0 KB)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.ui-dynatree-container
{
font-family: Verdana, Helvetica, Arial, sans-serif;

font-size: 10px; /*smaller;*/
line-height: 10px;

white-space: nowrap;

padding: 3px;
background-color: white;
border: 1px dotted gray;
}

.ui-dynatree-container a,
.ui-dynatree-container a:visited,
.ui-dynatree-container a:active
{
text-decoration: none;
color: black;
outline: 0; /* @ Firefox, prevent dotted border after click */
}
.ui-dynatree-container a:hover
{
text-decoration: underline;
}

.ui-dynatree-container a:focus
{
text-decoration: none;
background-color: #3169C6;
color: white;
border: dotted 1px black;
}

.ui-dynatree-container img
{
border-width: 0;
width: 16px;
height: 16px;
}

.ui-dynatree-folder
{
font-weight: bold;
}

.ui-dynatree-selected
{
/* background-color: #EFEBDE; /* gray */
}
.ui-dynatree-selected a
{
background-color: #EFEBDE; /* gray */
}
.ui-dynatree-focused
{
/* background-color: #3169C6; /* blue */
/* border: 1px dotted white; */
}
Powered by Google Project Hosting