aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-06-06 16:14:56 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:17 -0300
commit72df9d496c4efa0ad154f0623a4a41b9ebfb948b (patch)
treef0caa623a4dae68b00a68850148407e4b4c81ff3
parent86f3ce6210c9ecfe07b2ec730742ab6706bd0d1a (diff)
Show perm links only when the mouse hover on title.
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
-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;