mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Default cursor for listview deviders. Fixes #1244
This commit is contained in:
parent
6b7c82a1dc
commit
862c0119d9
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
|
|||
|
||||
.ui-li-aside { float: right; width: 50%; text-align: right; margin: .3em 0; }
|
||||
.min-width-480px .ui-li-aside { width: 45%; }
|
||||
.ui-li-divider { cursor: default; }
|
||||
.ui-li-has-alt .ui-btn-inner { padding-right: 95px; }
|
||||
.ui-li-count { position: absolute; font-size: 11px; font-weight: bold; padding: .2em .5em; top: 50%; margin-top: -.9em; right: 38px; }
|
||||
.ui-li-divider .ui-li-count { right: 10px; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue