http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7979
Fred P <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Fred P <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
