Use cursor: pointer on image attachments
Because clicking on an image now opens it in a new browser window. // FREEBIE
This commit is contained in:
parent
49585c8c57
commit
4a9fcc38df
2 changed files with 7 additions and 0 deletions
|
@ -358,6 +358,10 @@
|
|||
video {
|
||||
background: black;
|
||||
}
|
||||
|
||||
img {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.outgoing .avatar {
|
||||
|
|
|
@ -797,6 +797,9 @@ input.search {
|
|||
.message-detail .attachments video,
|
||||
.message-list .attachments video {
|
||||
background: black; }
|
||||
.message-detail .attachments img,
|
||||
.message-list .attachments img {
|
||||
cursor: pointer; }
|
||||
.message-detail .outgoing .avatar,
|
||||
.message-list .outgoing .avatar {
|
||||
display: none; }
|
||||
|
|
Loading…
Reference in a new issue