diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-07-19 06:32:49 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2013-07-20 17:27:49 -0400 |
commit | 9470af0bbefafa3d81c3709674a45a54b693e7cf (patch) | |
tree | 860430d08cf817e8fa1b2b8349a5d1ae76b8e3de /themes | |
parent | bc857424a36fb33eda80f69454b123b226ec1685 (diff) | |
download | jquery-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.css | 3 |
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; |