mirror of
https://github.com/fofolee/uTools-ProcessKiller.git
synced 2025-06-17 12:42:54 +08:00
22 lines
393 B
CSS
22 lines
393 B
CSS
.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;
|
|
} |