aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-04-02 17:19:53 -0700
committerScott González <scott.gonzalez@gmail.com>2010-04-02 17:19:53 -0700
commiteda94a05c0376a2bbc590107f3f7add018078a4a (patch)
tree2a5c44cdcd4c999e240c7206197a687640f21230 /themes
parentd38e20a0d3b42ad9825fe5a4bf1e1ccf842fdc04 (diff)
downloadjquery-ui-eda94a05c0376a2bbc590107f3f7add018078a4a.tar.gz
jquery-ui-eda94a05c0376a2bbc590107f3f7add018078a4a.zip
Use border-width instead of border for .ui-tabs-panel to make it easier to override.
Fixes #5475 - ui-tabs-panel border override should be border-width, not border.
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.tabs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.tabs.css b/themes/base/jquery.ui.tabs.css
index 729758fec..99e16dbdb 100644
--- a/themes/base/jquery.ui.tabs.css
+++ b/themes/base/jquery.ui.tabs.css
@@ -7,5 +7,5 @@
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
-.ui-tabs .ui-tabs-panel { display: block; border: 0; padding: 1em 1.4em; background: none; }
+.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }