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:
@@ -358,6 +358,10 @@
|
|||||||
video {
|
video {
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.outgoing .avatar {
|
.outgoing .avatar {
|
||||||
|
@@ -797,6 +797,9 @@ input.search {
|
|||||||
.message-detail .attachments video,
|
.message-detail .attachments video,
|
||||||
.message-list .attachments video {
|
.message-list .attachments video {
|
||||||
background: black; }
|
background: black; }
|
||||||
|
.message-detail .attachments img,
|
||||||
|
.message-list .attachments img {
|
||||||
|
cursor: pointer; }
|
||||||
.message-detail .outgoing .avatar,
|
.message-detail .outgoing .avatar,
|
||||||
.message-list .outgoing .avatar {
|
.message-list .outgoing .avatar {
|
||||||
display: none; }
|
display: none; }
|
||||||
|
Reference in New Issue
Block a user