diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-02-22 08:53:03 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-02-22 08:53:03 -0500 |
commit | 1c5171c2547130a76710dd20108b35774551e333 (patch) | |
tree | 25974991c35595b0f91e26197d1e5c766be19ef1 /themes | |
parent | a924af12b6743408903c642f84a00b0766cd17b7 (diff) | |
download | jquery-ui-1c5171c2547130a76710dd20108b35774551e333.tar.gz jquery-ui-1c5171c2547130a76710dd20108b35774551e333.zip |
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.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.tabs.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |