[Mono-docs-list] web monodoc ptree css
John Luke
jluke@users.sourceforge.net
Tue, 14 Oct 2003 16:29:22 -0400
--=-NBK8seZE4GLEAwbPWrvD
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hello,
Small patch to have the tree css behave more like ndoc.
Specifically, the hover over links behavior.
--=-NBK8seZE4GLEAwbPWrvD
Content-Disposition: attachment; filename=greybg.diff
Content-Type: text/x-patch; name=greybg.diff; charset=
Content-Transfer-Encoding: 7bit
Index: tree.css
===================================================================
RCS file: /cvs/public/monodoc/browser/web/ptree/tree.css,v
retrieving revision 1.2
diff -u -r1.2 tree.css
--- tree.css 22 Aug 2003 10:40:40 -0000 1.2
+++ tree.css 14 Oct 2003 20:37:24 -0000
@@ -50,9 +50,12 @@
.tree-label a:hover
{
- text-decoration: underline;
- background: #f1f1f1;
- color: blue;
+ text-decoration: none;
+ background: #dfdfdf;
+ color: black;
+ border: 1px solid;
+ border-color: grey;
+ padding: 2px;
}
.tree-node img
--=-NBK8seZE4GLEAwbPWrvD--