From: Scott González Date: Fri, 22 Feb 2013 13:53:03 +0000 (-0500) Subject: Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs... X-Git-Tag: 1.10.2~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1c5171c2547130a76710dd20108b35774551e333;p=jquery-ui.git Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs. --- diff --git a/themes/base/jquery.ui.tabs.css b/themes/base/jquery.ui.tabs.css index 6c35e193e..b8f77b040 100644 --- a/themes/base/jquery.ui.tabs.css +++ b/themes/base/jquery.ui.tabs.css @@ -22,7 +22,7 @@ position: relative; top: 0; margin: 1px .2em 0 0; - border-bottom: 0; + border-bottom-width: 0; padding: 0; white-space: nowrap; }