]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed outline from i-view to avoid scrollbars in, well, everyhing (starting with...
authorMarc Englund <marc.englund@itmill.com>
Wed, 7 May 2008 08:20:05 +0000 (08:20 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 7 May 2008 08:20:05 +0000 (08:20 +0000)
svn changeset:4364/svn branch:trunk

WebContent/ITMILL/themes/default/common/common.css
WebContent/ITMILL/themes/default/styles.css

index f5e3c1e2745371754582c936bf2328c4b2614ce4..9edf777b0e2bd1f16aa7742879cab61ebe853875 100644 (file)
@@ -20,7 +20,8 @@
        height: 100%;
        width: 100%;
        overflow: auto; 
-       /* avoid scrollbars with margins in root layout */
+       /* avoid scrollbars with margins in root layout */\r
+       outline: none;
        margin-top:-1px;
        border-top:1px solid transparent;
 }
index 10c5577287d59280a62107a075735acee8997554..22c47c40c896fc4842eacba04ee3a94c4ce935a8 100644 (file)
@@ -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;
 }