mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-24 02:59:52 +08:00
增加导入导出功能
This commit is contained in:
@@ -203,15 +203,20 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#options span.editBtn {
|
||||
#options span.Btn{
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#options span.editBtn {
|
||||
color: #00af2c;
|
||||
}
|
||||
|
||||
#options span.exportBtn {
|
||||
color: #407abf;
|
||||
}
|
||||
|
||||
#options span.delBtn {
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
color: #ed5b49
|
||||
}
|
||||
|
||||
@@ -219,6 +224,10 @@
|
||||
color: #057205;
|
||||
}
|
||||
|
||||
#options span.exportBtn:hover {
|
||||
color: #2d5586;
|
||||
}
|
||||
|
||||
#options span.delBtn:hover {
|
||||
color: #bd3523;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user