Commit 82082f82 by doszhang

dos

parent a00a97fe
......@@ -52,6 +52,17 @@ input {
outline: none;
}
::-webkit-scrollbar {
width: 0;
height: 1px
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
background: rgba(0, 0, 0, .2)
}
input::-webkit-input-placeholder {
/* placeholder颜色 */
color: #222222;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment