|
|
@ -77,9 +77,9 @@ |
|
|
|
display: block; |
|
|
|
line-height: 44px; |
|
|
|
border: 1px solid #0687cd; |
|
|
|
border-radius: 5px; |
|
|
|
color: #97e1ff; |
|
|
|
border-radius: 3px; |
|
|
|
font-size: 16px; |
|
|
|
color: #97e1ff; |
|
|
|
background-color: rgba(6, 135, 205, 0.2); |
|
|
|
} |
|
|
|
|
|
|
@ -120,7 +120,7 @@ |
|
|
|
cursor: pointer; |
|
|
|
font-size: 16px; |
|
|
|
color: #ffffff; |
|
|
|
border-radius: 5px; |
|
|
|
border-radius: 3px; |
|
|
|
background: linear-gradient(#7bebff, #0367c4, #35a1fd); |
|
|
|
} |
|
|
|
|
|
|
@ -131,7 +131,8 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.org-select .textbox .textbox-prompt { |
|
|
|
color: #7f90a2; |
|
|
|
color: #25568c; |
|
|
|
font-size: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
.org-select .textbox .textbox-text { |
|
|
@ -146,3 +147,14 @@ |
|
|
|
background-size: 20px 20px; |
|
|
|
background-position-y: 9px; |
|
|
|
} |
|
|
|
|
|
|
|
.register-block input::-webkit-input-placeholder, |
|
|
|
.register-block input:-ms-input-placeholder, |
|
|
|
.register-block input:-moz-placeholder { |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
|
|
|
|
input:-internal-autofill-previewed, |
|
|
|
input:-internal-autofill-selected { |
|
|
|
-webkit-text-fill-color: #97e1ff !important; |
|
|
|
} |