From 40705d44d286ed8c81e058ba50328ebc7f5c94a8 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Thu, 4 Sep 2008 08:03:37 +0000 Subject: [PATCH] Added line to bottom of TabSheet, to match Panel look. Fixes #2016 svn changeset:5355/svn branch:trunk --- WebContent/ITMILL/themes/default/tabsheet/tabsheet.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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; -- 2.39.5