make it work(6): discussion/comments

This commit is contained in:
rugk 2017-02-17 20:46:10 +01:00
parent 7be5206920
commit da094e2853
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D
13 changed files with 1002 additions and 489 deletions

View file

@ -17,6 +17,10 @@ body.navbar-spacing {
padding-top: 70px;
}
body.loading {
cursor: wait;
}
.buttondisabled {
opacity: 0.3;
}
@ -106,8 +110,17 @@ body.navbar-spacing {
border-left: 1px solid #ccc;
padding: 5px 0 5px 10px;
white-space: pre-wrap;
transition: background-color 0.75s ease-out;
}
.comment.highlight {
background-color: #ffdd86;
transition: background-color 0.2s ease-in;
}
footer h4 {
margin-top: 0;
}