aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-06-06 18:54:12 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:27 -0300
commit0589d438b3edb252309900f6b88de866c0d971c6 (patch)
tree272f69c785b503ff44aa290170d23da19bc701ff /doc
parent85a3a7fb31986893a8c1829ee13b608b0cddba0d (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 9cb377eb1..49ea7821d 100644
--- a/doc/_themes/pysidedocs/static/pysidedocs.css
+++ b/doc/_themes/pysidedocs/static/pysidedocs.css
@@ -145,12 +145,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;