syndicate-2017/examples/webchat/htdocs/style.css

22 lines
302 B
CSS
Raw Normal View History

2016-11-30 05:08:35 +00:00
template {
display: none !important;
}
span#request-count {
background: red;
color: white;
padding: 0em 0.25em;
border-radius: 4px;
}
span#request-count.count0 {
display: none;
}
span#request-count-plural.count1 {
display: none;
}
2016-12-04 05:29:06 +00:00
img.avatar {
border-radius: 24px;
}