mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-10 07:28:03 +08:00
change UI
This commit is contained in:
parent
89d43d9935
commit
2e8928571e
@ -1,22 +1,41 @@
|
|||||||
|
#tasklist {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
.taskinfo {
|
.taskinfo {
|
||||||
border-radius: 5px;
|
|
||||||
padding: 1rem;
|
|
||||||
margin: -0.3rem 0.5rem;
|
|
||||||
text-align: center;
|
|
||||||
background: #f5f5f533;
|
background: #f5f5f533;
|
||||||
border: 1px solid #03A9F4;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
height: 50px;
|
||||||
}
|
}
|
||||||
.taskinfo:hover{
|
.taskinfo:hover{
|
||||||
border: 1px solid #F44336;
|
background: #ebebeb;
|
||||||
transition: 0.5s;
|
transition: 0.5s;
|
||||||
}
|
}
|
||||||
|
.prompt{
|
||||||
|
text-align: center;
|
||||||
|
padding: 1rem
|
||||||
|
}
|
||||||
|
.description{
|
||||||
|
padding-top:5px;
|
||||||
|
}
|
||||||
|
.path{
|
||||||
|
color: #888888;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
#infopannel{
|
#infopannel{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
top: 0;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
color: white;
|
color: white;
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
img{
|
||||||
|
float: left;
|
||||||
|
margin: 10px;
|
||||||
|
height: 30px;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user