mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-29 21:32:43 +08:00
v0.0.3
This commit is contained in:
parent
9446af6b84
commit
500f314742
@ -5,23 +5,28 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.taskinfo {
|
.taskinfo {
|
||||||
background: #f5f5f533;
|
background: #f5f5f533;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
.taskinfo:hover{
|
|
||||||
|
.taskinfo:hover {
|
||||||
background: #ebebeb;
|
background: #ebebeb;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
}
|
}
|
||||||
.description{
|
|
||||||
padding-top:5px;
|
.description {
|
||||||
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
.path{
|
|
||||||
|
.path {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
}
|
}
|
||||||
#infopannel{
|
|
||||||
|
#infopannel {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -30,7 +35,8 @@
|
|||||||
color: white;
|
color: white;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
img{
|
|
||||||
|
img {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user