summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2008-09-04 08:03:37 +0000
committerMarc Englund <marc.englund@itmill.com>2008-09-04 08:03:37 +0000
commit40705d44d286ed8c81e058ba50328ebc7f5c94a8 (patch)
tree34a9d8649add5e783d42ffc252aeaa91ce47b272 /WebContent
parent7f93c48784b93c7638bd5dce7b080dc7cf0a89c3 (diff)
downloadvaadin-framework-40705d44d286ed8c81e058ba50328ebc7f5c94a8.tar.gz
vaadin-framework-40705d44d286ed8c81e058ba50328ebc7f5c94a8.zip
Added line to bottom of TabSheet, to match Panel look. Fixes #2016
svn changeset:5355/svn branch:trunk
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/ITMILL/themes/default/tabsheet/tabsheet.css9
1 files changed, 8 insertions, 1 deletions
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;