Commit 1061ff38 authored by Sven Franck's avatar Sven Franck

ext/JQM/css: fixed display of radio/checkbox inside tables on hover

parent d33d03a8
...@@ -326,14 +326,13 @@ html table.ui-table tbody th { ...@@ -326,14 +326,13 @@ html table.ui-table tbody th {
padding-top: 0; padding-top: 0;
width: auto; width: auto;
} }
/* NOTE: why? white is white and black is black... because hover should active swatch */
html table tbody th .ui-checkbox .ui-btn, html table tbody th .ui-checkbox .ui-btn,
html table tbody th .ui-checkbox .ui-btn:hover, html table tbody th .ui-checkbox .ui-btn:hover,
html table tbody th .ui-checkbox:hover,
html table tbody th .ui-radio .ui-btn, html table tbody th .ui-radio .ui-btn,
html table tbody th .ui-radio .ui-btn:hover, html table tbody th .ui-radio .ui-btn:hover,
/* why? white is white and black is black... html table tbody th .ui-radio:hover {
html table tbody td .ui-controlgroup-controls .ui-btn,
html table tbody td .ui-controlgroup-controls .ui-btn:hover */
{
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
...@@ -577,6 +576,16 @@ html table tr td .ui-radio label.ui-btn { ...@@ -577,6 +576,16 @@ html table tr td .ui-radio label.ui-btn {
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
} }
/* search input */
.ui-table-wrapper .ui-input-search,
.ui-table-wrapper .ui-input-text {
width: auto;
margin: 0;
box-shadow: none;
-webkit-box-shadow: none;
border-width: 0;
border-bottom-width: 1px;
}
.ui-table .ui-controlgroup-controls .ui-btn-icon-notext { .ui-table .ui-controlgroup-controls .ui-btn-icon-notext {
padding-top: .5em; padding-top: .5em;
......
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