mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-09-28 07:05:04 +08:00
v0.0.1
This commit is contained in:
2
assets/jquery-3.3.1.min.js
vendored
Normal file
2
assets/jquery-3.3.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
22
assets/style.css
Normal file
22
assets/style.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.taskinfo {
|
||||
border-radius: 5px;
|
||||
padding: 1rem;
|
||||
margin: -0.3rem 0.5rem;
|
||||
text-align: center;
|
||||
background: #f5f5f533;
|
||||
border: 1px solid #03A9F4;
|
||||
cursor: pointer;
|
||||
}
|
||||
.taskinfo:hover{
|
||||
border: 1px solid #F44336;
|
||||
transition: 0.5s;
|
||||
}
|
||||
#infopannel{
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 1rem;
|
||||
color: white;
|
||||
display: none;
|
||||
}
|
BIN
assets/usage.gif
Normal file
BIN
assets/usage.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 714 KiB |
Reference in New Issue
Block a user