summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2010-06-10 11:11:52 -0500
committerShaun McCance <shaunm@gnome.org>2010-06-10 11:11:52 -0500
commit1ab66ed67cd5fb26a765a7a725f1d96ff046a8d6 (patch)
tree2c10fa3bebd46959d6e196f3daec40c55ff9ba30
parent78f0d500bae2d95e29d09a1571aff7adf4a830be (diff)
downloadyelp-1ab66ed67cd5fb26a765a7a725f1d96ff046a8d6.tar.gz
[yelp-common.xsl.in] Shadow with hover highlight on div.code
I'm hoping the hover highlight will give some affordance of right-clickability.
-rw-r--r--stylesheets/yelp-common.xsl.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/stylesheets/yelp-common.xsl.in b/stylesheets/yelp-common.xsl.in
index 9aa0415e..e773a79b 100644
--- a/stylesheets/yelp-common.xsl.in
+++ b/stylesheets/yelp-common.xsl.in
@@ -58,6 +58,12 @@ div.header {
padding: 0;
margin: 0 0 1em 0;
}
+div.code {
+ -webkit-box-shadow: 0px 0px 4px </xsl:text><xsl:value-of select="$color.gray_border"/><xsl:text>;
+}
+div.code:hover {
+ -webkit-box-shadow: 0px 0px 4px </xsl:text><xsl:value-of select="$color.blue_border"/><xsl:text>;
+}
div.trails {
margin: 0;
padding: 0.2em 12px 0 12px;