Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 58c39a1

Browse files
Core: Make controlgroup icon-only buttons in toolbars mini
Fixes gh-7266
1 parent 18211fa commit 58c39a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,11 @@ div.ui-mobile-viewport {
257257
display: inline-block;
258258
vertical-align: middle;
259259
}
260+
.ui-header .ui-controlgroup .ui-btn-icon-notext,
261+
.ui-footer .ui-controlgroup .ui-btn-icon-notext {
262+
font-size: 12.5px;
263+
}
264+
260265
/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */
261266
.ui-header .ui-btn-left,
262267
.ui-header .ui-btn-right {

0 commit comments

Comments
 (0)