From 0e9fe97e066bf207fb8d7c448c0354b2aa323973 Mon Sep 17 00:00:00 2001 From: Dave Thompson Date: Wed, 18 Jun 2014 12:32:01 -0400 Subject: [PATCH] Use full opacity for dropdown text. --- css/main.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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; } -- 2.25.1