This commit is contained in:
fofolee 2019-03-27 21:10:19 +08:00
parent 9446af6b84
commit 500f314742

View File

@ -5,22 +5,27 @@
top: 0;
bottom: 0;
}
.taskinfo {
background: #f5f5f533;
cursor: pointer;
height: 50px;
}
.taskinfo:hover {
background: #ebebeb;
transition: 0.5s;
}
.description {
padding-top: 5px;
}
.path {
color: #888888;
font-size: small;
}
#infopannel {
position: fixed;
left: 0;
@ -30,6 +35,7 @@
color: white;
display: none;
}
img {
float: left;
margin: 10px;