aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorTJ VanToll <tj.vantoll@gmail.com>2013-07-19 06:32:49 -0400
committerTJ VanToll <tj.vantoll@gmail.com>2013-07-20 17:27:49 -0400
commit9470af0bbefafa3d81c3709674a45a54b693e7cf (patch)
tree860430d08cf817e8fa1b2b8349a5d1ae76b8e3de /themes
parentbc857424a36fb33eda80f69454b123b226ec1685 (diff)
downloadjquery-ui-9470af0bbefafa3d81c3709674a45a54b693e7cf.tar.gz
jquery-ui-9470af0bbefafa3d81c3709674a45a54b693e7cf.zip
Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - Active header has no focus indicator
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.accordion.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.accordion.css b/themes/base/jquery.ui.accordion.css
index 56ff2af5c..d05b484c5 100644
--- a/themes/base/jquery.ui.accordion.css
+++ b/themes/base/jquery.ui.accordion.css
@@ -12,9 +12,10 @@
display: block;
cursor: pointer;
position: relative;
- margin-top: 2px;
+ margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; /* support: IE7 */
+ font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;