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
755c2d92
Commit
755c2d92
authored
Apr 24, 2014
by
Sven Franck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css: added ui-hr and css
parent
0cd7e8aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
css/themes.css
css/themes.css
+10
-1
No files found.
css/themes.css
View file @
755c2d92
...
@@ -636,7 +636,8 @@ html body .ui-group-theme-slapos-black .ui-li-count,
...
@@ -636,7 +636,8 @@ html body .ui-group-theme-slapos-black .ui-li-count,
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorStr
=
'#79AC21'
,
EndColorStr
=
'#A3ED24'
);
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorStr
=
'#79AC21'
,
EndColorStr
=
'#A3ED24'
);
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorStr='#79AC21', EndColorStr='#A3ED24')"
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.gradient(startColorStr='#79AC21', EndColorStr='#A3ED24')"
;
}
}
/* Bar */
html
hr
.ui-hr-active
,
/* Button down */
/* Button down */
html
.ui-page-theme-slapos-white
.ui-bar-active
,
/* if we do more like this, we need to have a proper theme */
html
.ui-page-theme-slapos-white
.ui-bar-active
,
/* if we do more like this, we need to have a proper theme */
.ui-page-theme-slapos-white
.ui-btn
:active
,
.ui-page-theme-slapos-white
.ui-btn
:active
,
...
@@ -741,6 +742,7 @@ html .ui-loader.ui-body-loader-active {
...
@@ -741,6 +742,7 @@ html .ui-loader.ui-body-loader-active {
text-shadow
:
none
;
text-shadow
:
none
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
/* Table rows ,no pointer... */
/* Table rows ,no pointer... */
html
table
.ui-table
tbody
tr
:hover
td
{
html
table
.ui-table
tbody
tr
:hover
td
{
cursor
:
default
;
cursor
:
default
;
...
@@ -1872,6 +1874,13 @@ html body .ui-input-search .ui-input-clear:active {
...
@@ -1872,6 +1874,13 @@ html body .ui-input-search .ui-input-clear:active {
-webkit-box-shadow
:
none
/* iOS3 */
!important
;
-webkit-box-shadow
:
none
/* iOS3 */
!important
;
box-shadow
:
none
/* iOS3 */
!important
;
box-shadow
:
none
/* iOS3 */
!important
;
}
}
/* ================================== hr ============================ */
.ui-hr
{
height
:
2px
;
margin-left
:
auto
;
margin-right
:
auto
;
width
:
80%
;
}
/* ================================== collapsibles ============================ */
/* ================================== collapsibles ============================ */
/* collapsibles - fix default 200% font-size set by browser */
/* collapsibles - fix default 200% font-size set by browser */
...
...
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