Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2017-08-18 10:00:50 +0800
Commit
0d513e459d523d49db893339feb315503aa08823
2 parents
921aaa13
6e8cf96f
Merge branch 'feature/loginview' into release/6.0.1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
public/scss/passport/international-new.page.css
public/scss/passport/reg-new.page.css
public/scss/passport/international-new.page.css
View file @
0d513e4
...
...
@@ -11,6 +11,11 @@ $disable-gray: $b0b0b0;
.international-new-page
{
@extend
padding-75;
input
:
-webkit-autofill
{
background-color
:
transparent
;
background-image
:
none
;
}
.iconfont
{
color
:
#444
;
}
...
...
public/scss/passport/reg-new.page.css
View file @
0d513e4
...
...
@@ -53,10 +53,8 @@ $disableGray: #b0b0b0;
}
input
:-webkit-autofill
{
background-color
:
rgb
(
250
,
255
,
189
)
;
background-color
:
transparent
;
background-image
:
none
;
color
:
rgb
(
0
,
0
,
0
);
-webkit-box-shadow
:
0
0
0
1000px
white
inset
;
}
.reg-form
{
...
...
Please
register
or
login
to post a comment