Commit fbe8940c authored by Sven Franck's avatar Sven Franck

bugfix: fixed :focus checkbox background image blinking

parent 579284d3
......@@ -1484,8 +1484,14 @@ html.ui-nosvg .ui-btn-icon-left:after {
.ui-checkbox .ui-btn.ui-checkbox-on:after,
.ui-checkbox .ui-btn.ui-checkbox-off:after {
background: 0 none;
background-image: none;
margin: -9px 2px 0;
}
/* overwrite JQM showing focus icon */
.ui-icon-check:after,
html .ui-btn.ui-checkbox-on.ui-checkbox-on:after {
background-image: none;
}
/* filterable */
html .ui-panel-inner .ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment