/usr/share/GNUstep/SOGo/WebServerResources/dtree.css is in sogo-common 2.2.17a-1.1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | /*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö |
|--------------------------------------------------*/
.dtree
{
color: #000;
white-space: nowrap;
}
.dtree img
{
vertical-align: middle;
border: 0px;
padding: 0px;
margin: 0px;
}
.dtree a
{
cursor: default;
color: #000;
text-decoration: none;
}
.dtree a.node
{
white-space: nowrap;
padding: 1px 2px;
line-height: 2em;
}
.dtree a.node:hover
{
text-decoration: none;
}
.dtree .clip
{
overflow: hidden;
}
.dTreeNode
{ height: 22px; }
.dTreeNode._selected
{ background-color: #9ABCD8; }
|