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
d4d51298
Commit
d4d51298
authored
Apr 30, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: added new custom css section (white background, list item hover)
parent
770a82be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
css/css.css
css/css.css
+26
-0
No files found.
css/css.css
View file @
d4d51298
...
...
@@ -559,3 +559,29 @@ tbody .large {
.dyno
>
div
.ui-table-wrapper
:first-child
{
margin
:
0
;
}
/* =========================== CUSTOM CSS =================================*/
/* NOTE: not sure the original is really useful, still from JQM responsive example */
.ui-listview.responsive
.ui-li-has-thumb
h1
,
.ui-listview.responsive
.ui-li-has-thumb
p
,
.ui-listview.responsive
.ui-li-has-icon
h1
,
.ui-listview.responsive
.ui-li-has-icon
p
,
.ui-listview.responsive
li
a
:hover
{
background
:
none
;
}
/* white page background */
.ui-page-theme-slapos-white
,
.ui-page-theme-slapos-white
.ui-panel-wrapper
{
background
:
none
repeat
scroll
0
0
#fff
;
}
html
.ui-page-theme-slapos-white
.ui-input-clear
:active
,
html
.ui-page-theme-slapos-white
.ui-input-clear.ui-btn-active
,
html
.ui-page-theme-slapos-white
.ui-input-action
:active
,
html
.ui-page-theme-slapos-white
.ui-input-action.ui-btn-active
{
background
:
#fff
!important
;
}
html
body
form
label
,
html
body
form
legend
,
html
body
.crumbs
a
,
html
body
.crumbs
a
:after
{
color
:
#235185
;
/* white on light background does not fly... */
}
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