mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixed swatch letter typo for E buttons - it said ui-bar-d instead of ui-bar-e. Fixes #1894. Thanks app42!
This commit is contained in:
parent
0935b6b0e6
commit
685b2cd0bf
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@
|
|||
.ui-bar-e input,
|
||||
.ui-bar-e select,
|
||||
.ui-bar-e textarea,
|
||||
.ui-bar-d button {
|
||||
.ui-bar-e button {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.ui-bar-e .ui-link-inherit {
|
||||
|
|
|
|||
Loading…
Reference in a new issue