]> source.dussan.org Git - vaadin-framework.git/commitdiff
Added line to bottom of TabSheet, to match Panel look. Fixes #2016
authorMarc Englund <marc.englund@itmill.com>
Thu, 4 Sep 2008 08:03:37 +0000 (08:03 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 4 Sep 2008 08:03:37 +0000 (08:03 +0000)
svn changeset:5355/svn branch:trunk

WebContent/ITMILL/themes/default/tabsheet/tabsheet.css

index 5fe4924ea66441e7f9a855cfcf58bdb50b4abd10..8e7e0ffe2cc69bf8e700b16b96959b762aa66f95 100644 (file)
 .i-tabsheet-content {
        border: 1px solid #babfc0;
        background-color: #fff;
-       border-bottom: none;
+       border-bottom: 1px solid #dee2e3;
        border-top: none;
 }\r
 \r
        margin: 0;
 }
 
+* html .i-tabsheet-content {
+       border-bottom: none;
+}
+*+html .i-tabsheet-content {
+       border-bottom: none;
+}
+
 * html .i-tabsheet-deco {
        height: 1px;
        background: #babfc0;