Use full opacity for dropdown text.
[enc-static.git] / css / main.css
index 1db7469e9cc9e54c432305b22a10b0f34230355b..8d2cfd8d11aadd72eaf6a2e2f5e7d652c3439eae 100644 (file)
@@ -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;
 }