# HG changeset patch # User hertzhaft # Date 1329167958 -3600 # Node ID 977f5cabeb5e8f33315c3459db668720f23c5301 # Parent 23fd42f904bd75029857faf7e73819494ce98fbd get rid of blue button borders in IE diff -r 23fd42f904bd -r 977f5cabeb5e webapp/src/main/webapp/jquery/jquery.digilib.css --- a/webapp/src/main/webapp/jquery/jquery.digilib.css Mon Feb 13 16:08:00 2012 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.css Mon Feb 13 22:19:18 2012 +0100 @@ -240,6 +240,11 @@ right: 48px; } +/* no borders for button images */ +div.dl-digilib a img.dl-button { + border:none; +} + /* special definitions for embedded */ div.dl-digilib.dl-embedded { position: relative; @@ -269,3 +274,4 @@ right: 0px; } +