]> source.dussan.org Git - vaadin-framework.git/commitdiff
Rebuilt styles.css.
authorMarc Englund <marc.englund@itmill.com>
Thu, 4 Sep 2008 08:07:56 +0000 (08:07 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 4 Sep 2008 08:07:56 +0000 (08:07 +0000)
svn changeset:5356/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css

index 887dc69dbcade09ae1caa775bd285b7b215751a9..b8f0c1a98d1c1d2030dfc11ba9fffdffa90b2507 100644 (file)
@@ -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;