Mercurial > hg > digilib-old
changeset 1003:07af442509de
get rid of blue button borders in IE
author | hertzhaft |
---|---|
date | Mon, 13 Feb 2012 22:19:18 +0100 |
parents | ff2f2d0fa8ad |
children | 8fe70597f7e7 |
files | webapp/src/main/webapp/jquery/jquery.digilib.css |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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; } +