Skip to content

Commit 725fead

Browse files
committed
Fixing issue jquery-ui-bootstrap#1: Fix accordion jumpiness issues
1 parent 2281f19 commit 725fead

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css/custom-theme/jquery-ui-1.8.16.custom.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_
116116
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
117117
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
118118
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
119-
-webkit-transition: 0.1s linear all;
120-
-moz-transition: 0.1s linear all;
121-
-ms-transition: 0.1s linear all;
122-
-o-transition: 0.1s linear all;
123-
transition: 0.1s linear all;
119+
-webkit-transition: 0.1s linear background-image;
120+
-moz-transition: 0.1s linear background-image;
121+
-ms-transition: 0.1s linear background-image;
122+
-o-transition: 0.1s linear background-image;
123+
transition: 0.1s linear background-image;
124124
overflow: visible;
125125

126126

0 commit comments

Comments
 (0)