- Some minor tweaks made to the button list. Added a text-shadow for the active button. Also removed the box-shadow as inspired by @123s Signed-Off: Matthew "Labradoodle-360" Kerle <[email protected]>
@@ -1305,9 +1305,7 @@ img.sort {
font-weight: bold;
border-radius: 3px;
border: 1px solid #558080;
- border-left: 1px solid #bbb;
- border-top: 1px solid #354f64;
- box-shadow: -1px -1px 2px rgba(0,0,0,0.1), -1px -2px 3px rgba(255,255,255,0.3) inset, 1px 2px 3px rgba(0,0,0,0.1) inset;
+ text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
.buttonlist ul li a.active:hover {
color: #ffc187;