mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-25 12:29:37 +08:00
样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user