样式调整

This commit is contained in:
fofolee
2020-06-20 19:47:14 +08:00
parent 164d48146c
commit 13f2fa625c
3 changed files with 18 additions and 13 deletions

View File

@@ -185,6 +185,10 @@
color: rgb(48, 21, 122);
}
#options .keyword.fil {
color: rgb(12, 95, 9);
}
#options .logo {
width: 32px;
}
@@ -494,6 +498,20 @@ input::-webkit-input-placeholder {
transition: 0.5s;
}
#options #customize .platform {
max-width: 30px;
cursor: pointer;
}
#options #customize .platform:hover{
box-shadow: 0px 1px 1px 0px #3085d6;
transition: 0.1s;
}
#options #customize .disabled{
filter: grayscale();
}
#options #customize button {
width: 150px;
height: 30px;