From: Dave Thompson Date: Wed, 18 Jun 2014 16:32:01 +0000 (-0400) Subject: Use full opacity for dropdown text. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;ds=sidebyside;h=0e9fe97e066bf207fb8d7c448c0354b2aa323973;p=enc-static.git Use full opacity for dropdown text. --- diff --git a/css/main.css b/css/main.css index 1db7469..8d2cfd8 100644 --- a/css/main.css +++ b/css/main.css @@ -409,10 +409,16 @@ ul.images li > img { font-size: .85em; width: 140px; text-align: center; + display: inline-block; + cursor: pointer; + letter-spacing: 2px; + padding: .25em .5em; + color: #2f5faa; + border: 1px solid #5f8dd3; + border-radius: 3px; } -.troubleshooting > h4, -.dropdown > h4 { +.troubleshooting > h4 { display: inline-block; cursor: pointer; letter-spacing: 2px; @@ -424,9 +430,7 @@ ul.images li > img { } .troubleshooting > h4:hover, -.troubleshooting > h4.expanded, -.dropdown > h4:hover, -.dropdown > h4.expanded { +.troubleshooting > h4.expanded { opacity: 1; }