~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-tools/webdoc/plugins/sidebar-plugin/dependencies/xtree/xtree.css

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.webfx-tree-container {
 
2
        margin: 0px;
 
3
        padding: 0px;
 
4
        white-space: nowrap;
 
5
}
 
6
 
 
7
.webfx-tree-item {
 
8
        padding: 0px;
 
9
        margin: 0px;
 
10
        color: WindowText;
 
11
        white-space: nowrap;
 
12
        height: 16px;
 
13
}
 
14
 
 
15
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
 
16
        margin-left: 3px;
 
17
        padding: 0px 2px 1px 2px;
 
18
}
 
19
 
 
20
.webfx-tree-item a {
 
21
        color: black;
 
22
        text-decoration: none;
 
23
}
 
24
 
 
25
.webfx-tree-item a:hover {
 
26
        color: blue;
 
27
        text-decoration: underline;
 
28
}
 
29
 
 
30
.webfx-tree-item a:active {
 
31
        background: highlight;
 
32
        color: highlighttext;
 
33
        text-decoration: none;
 
34
}
 
35
 
 
36
.webfx-tree-item img {
 
37
        vertical-align: middle;
 
38
        border: 0px;
 
39
}
 
40
 
 
41
.webfx-tree-icon {
 
42
        width:0px;
 
43
        visibility: hidden;
 
44
}
 
 
b'\\ No newline at end of file'