Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-08-17 18:05:26 +0800
Commit
d3547d5389b7d3f05e414b5a2276629f0bcd6b98
1 parent
3d555c46
fix page-pre page-next color
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
public/scss/product/_order-area.css
public/scss/product/_order-area.css
View file @
d3547d5
...
...
@@ -90,13 +90,13 @@
}
.page.disable
{
color
:
#878787
;
border
:
2px
solid
#878787
;
color
:
#eee
;
border
:
2px
solid
#eee
;
}
.page.disable
:hover
{
color
:
#878787
;
border
:
2px
solid
#878787
;
color
:
#eee
;
border
:
2px
solid
#eee
;
background-color
:
#fff
;
}
...
...
Please
register
or
login
to post a comment