From: Marc Englund Date: Thu, 4 Sep 2008 08:03:37 +0000 (+0000) Subject: Added line to bottom of TabSheet, to match Panel look. Fixes #2016 X-Git-Tag: 6.7.0.beta1~4207 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=40705d44d286ed8c81e058ba50328ebc7f5c94a8;p=vaadin-framework.git Added line to bottom of TabSheet, to match Panel look. Fixes #2016 svn changeset:5355/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css index 5fe4924ea6..8e7e0ffe2c 100644 --- a/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css +++ b/WebContent/ITMILL/themes/default/tabsheet/tabsheet.css @@ -137,7 +137,7 @@ .i-tabsheet-content { border: 1px solid #babfc0; background-color: #fff; - border-bottom: none; + border-bottom: 1px solid #dee2e3; border-top: none; } @@ -222,6 +222,13 @@ margin: 0; } +* html .i-tabsheet-content { + border-bottom: none; +} +*+html .i-tabsheet-content { + border-bottom: none; +} + * html .i-tabsheet-deco { height: 1px; background: #babfc0;