Skip to content

Commit f121b2a

Browse files
committed
Don't always show scoll bar on dialog boxes
1 parent b54d0aa commit f121b2a

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

dist/textpattern/jquery-ui.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ input.ui-button.ui-icon-notext .ui-icon {
12391239
padding: 0.5em 1em;
12401240
border: 0;
12411241
background: none;
1242-
overflow: scroll;
1242+
overflow: auto;
12431243
}
12441244

12451245
.ui-dialog .ui-dialog-buttonpane {
@@ -2118,9 +2118,9 @@ button:not(.ui-button):focus .ui-icon {
21182118
/**
21192119
* Weighted content icons and interaction state icons.
21202120
*/
2121-
button .ui-icon,
2121+
button:not(.destroy) .ui-icon,
21222122
[type="reset"] .ui-icon,
2123-
[type="submit"] .ui-icon,
2123+
[type="submit"]:not(.destroy) .ui-icon,
21242124
input[type="button"] .ui-icon,
21252125
.txp-button .ui-icon,
21262126
.ui-widget-content .ui-icon .ui-icon,

dist/textpattern/jquery-ui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)