DeepDanbooru / style.css
MonkeyJuice's picture
create button dom
895ccaa
.m5dd_list {
display: flex;
cursor: pointer;
font-size: 1.2em;
padding: 0.2em 0.5em;
}
.m5dd_list>span.label {
flex: 1;
}
.m5dd_list>span.prob {
color: #aaa;
}
.m5dd_list:nth-child(even) {
background: #ecedf0;
}
.m5dd_list:not(.use)>span.label {
text-decoration: line-through;
color: #ccc;
}
.m5dd_image .upload-container .image-frame {
height: 20em;
}