From: Marc Englund Date: Wed, 7 May 2008 08:20:05 +0000 (+0000) Subject: removed outline from i-view to avoid scrollbars in, well, everyhing (starting with... X-Git-Tag: 6.7.0.beta1~4816 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bc940eeafd15961e62ada2f68b4b8cfe418c6095;p=vaadin-framework.git removed outline from i-view to avoid scrollbars in, well, everyhing (starting with HelloWorld) svn changeset:4364/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index f5e3c1e274..9edf777b0e 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -20,7 +20,8 @@ height: 100%; width: 100%; overflow: auto; - /* avoid scrollbars with margins in root layout */ + /* avoid scrollbars with margins in root layout */ + outline: none; margin-top:-1px; border-top:1px solid transparent; } diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 10c5577287..22c47c40c8 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -99,6 +99,7 @@ width: 100%; overflow: auto; /* avoid scrollbars with margins in root layout */ + outline: none; margin-top:-1px; border-top:1px solid transparent; }