mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-24 02:59:52 +08:00
bug fix
This commit is contained in:
@@ -183,11 +183,28 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#options .footBtn.danger{
|
||||
float: left;
|
||||
/* right: 5px;
|
||||
bottom: 2px; */
|
||||
border-radius: 4px;
|
||||
background: #df3f54;
|
||||
color: white;
|
||||
padding: 2px 5px;
|
||||
margin: 0px 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#options .footBtn:hover {
|
||||
background: #068506;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
#options .footBtn.danger:hover {
|
||||
background: #b32033;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
#options .foot {
|
||||
position: fixed;
|
||||
height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user