My favorites
▼
|
Sign in
dynatree
Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.
Project Home
Downloads
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
55
attachment: ui.dynatree.css
(1.7 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
div.ui-dynatree-container
{
font-family: tahoma, arial, helvetica;
font-size: 10pt; /* font size should not be too big */
white-space: nowrap; /* better to set it by default, imho */
padding: 3px;
background-color: white;
border: 1px dotted gray;
}
.ui-dynatree-expander
{
cursor: pointer;
}
.ui-dynatree-container img
{
border-width: 0px;
width: 16px;
height: 16px;
vertical-align:bottom; /* correctly align img */
}
.ui-dynatree-document,
.ui-dynatree-folder
{
line-height: 16px; /* should be the same as img height, in case 16 px */
margin: 0px;
border: 0px;
color: black;
}
.ui-dynatree-folder
{
font-weight: bold;
}
.ui-dynatree-container a,
.ui-dynatree-container a:link,
.ui-dynatree-container a:visited,
.ui-dynatree-container a:active
{
text-decoration: none;
color: black;
/* outline: 0; /* @ Firefox, prevent dotted border after click */
margin-left: 5px;
padding: 0px 3px 0px 3px;
vertical-align: text-top;
}
.ui-dynatree-container a:hover
{
text-decoration: underline;
}
.ui-dynatree-focused
{
}
.ui-dynatree-container a:focus
{
background-color: #EFEBDE; /* light gray */
/* background-color: #3169C6; */
/* color: white !important; */
/* border: dotted 1px black; */
}
.ui-dynatree-container a:focus,
.ui-dynatree-focused a,
.ui-dynatree-focused a:link
{
/* text-decoration: none; */
background-color: #EFEBDE; /* gray */
/* background-color: #3169C6; */
/* color: white !important; */
/* border: dotted 1px black; */
}
.ui-dynatree-selected
{
}
.ui-dynatree-selected a
{
/* background-color: #DFDBCE; /* gray */
background-color: #3169C6 !important;
color: white !important; /* @ IE6 */
}
Powered by
Google Project Hosting