aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-06-06 18:47:11 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:15:25 -0300
commit7b419e9c5996dc3ffc72d2ae2a6d6f73f8954112 (patch)
treeecef1a2076bd8fb0f73755c5e59b7cf0b1a58628 /doc
parent7a5fc825b5c78fd928ed29889c6dcfca16b7be97 (diff)
Show perm links only when the mouse hover on title.
Diffstat (limited to 'doc')
-rw-r--r--doc/_themes/pysidedocs/static/pysidedocs.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css
index 0a6a35a4f..39d8a4280 100644
--- a/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -141,12 +141,17 @@ pre * {
font-size: 100%;
color: inherit;
float: right;
+ visibility: Hidden;
}
h1 .headerlink {
padding-right: 50px;
}
+h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink {
+ visibility: Visible;
+}
+
a, a:visited {
color: #009491;
text-decoration: none;