From: Marc Englund Date: Thu, 4 Sep 2008 08:07:56 +0000 (+0000) Subject: Rebuilt styles.css. X-Git-Tag: 6.7.0.beta1~4206 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5841f744cdf39a0ccd92ca178943c00242334cc6;p=vaadin-framework.git Rebuilt styles.css. svn changeset:5356/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 887dc69dbc..b8f0c1a98d 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -2011,7 +2011,7 @@ input.i-modified, .i-tabsheet-content { border: 1px solid #babfc0; background-color: #fff; - border-bottom: none; + border-bottom: 1px solid #dee2e3; border-top: none; } @@ -2096,6 +2096,13 @@ input.i-modified, margin: 0; } +* html .i-tabsheet-content { + border-bottom: none; +} +*+html .i-tabsheet-content { + border-bottom: none; +} + * html .i-tabsheet-deco { height: 1px; background: #babfc0;