mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 00:50:58 +00:00
Set font-weight to normal in collapsible content
This commit is contained in:
parent
a34ba919b7
commit
99e52eafdc
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
margin: 0 -8px;
|
||||
padding: 10px 16px;
|
||||
background-image: none;
|
||||
font-weight: normal; /* Overrides ui-btn-up-* */
|
||||
}
|
||||
.ui-collapsible-content-collapsed { display: none; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue