Try to remove grey background when using jquery jmobile.

This commit is contained in:
Laurent Destailleur 2016-04-03 21:08:03 +02:00
parent 4ced5ed27f
commit 89bc29ed45

View File

@ -3880,6 +3880,9 @@ li.ui-li-divider .ui-link {
a.ui-link, a.ui-link:hover, .ui-btn:hover, span.ui-btn-text:hover, span.ui-btn-inner:hover {
text-decoration: none !important;
}
.ui-body-c {
background: #fff;
}
.ui-btn-inner {
min-width: .4em;