http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7979 Fred P <fred.pierre@smfpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fred.pierre@smfpl.org --- Comment #3 from Fred P <fred.pierre@smfpl.org> --- A semi-transparent drop shadow would pop the buttons out nicely, and allow the underlying Koha logo to show through: a.icon_general { background-color: #F4F8F9; background-repeat: no-repeat; border: 2px solid #E6F0F2; border-radius: 6px 6px 6px 6px; -moz-box-shadow: -5px 5px 3px rgba(90,90,90,0.5); -webkit-box-shadow: -5px 5px 3px rgba(90,90,90,0.5); box-shadow: -5px 5px 3px rgba(90,90,90,0.5); color: #000000; display: block; float: left; font-family: verdana,arial; font-size: large; font-weight: bold; height: 46px; margin-bottom: 14px; padding-left: 53px; padding-top: 5px; text-decoration: none; width: 295px; } -- You are receiving this mail because: You are watching all bug changes.