Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ecommerce-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
ecommerce-ui
Commits
1061ff38
Commit
1061ff38
authored
Apr 22, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ext/JQM/css: fixed display of radio/checkbox inside tables on hover
parent
d33d03a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
ext/libs/jquery-mobile/extensions.css
ext/libs/jquery-mobile/extensions.css
+13
-4
No files found.
ext/libs/jquery-mobile/extensions.css
View file @
1061ff38
...
...
@@ -326,14 +326,13 @@ html table.ui-table tbody th {
padding-top
:
0
;
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
:hover
,
html
table
tbody
th
.ui-checkbox
:hover
,
html
table
tbody
th
.ui-radio
.ui-btn
,
html
table
tbody
th
.ui-radio
.ui-btn
:hover
,
/* why? white is white and black is black...
html table tbody td .ui-controlgroup-controls .ui-btn,
html table tbody td .ui-controlgroup-controls .ui-btn:hover */
{
html
table
tbody
th
.ui-radio
:hover
{
background-color
:
transparent
;
background-image
:
none
;
}
...
...
@@ -577,6 +576,16 @@ html table tr td .ui-radio label.ui-btn {
padding-top
:
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
{
padding-top
:
.5em
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment