links in messages, restore original converse-muc-message-form
This commit is contained in:
parent
bd8155c164
commit
74ab01a5c4
@ -141,10 +141,12 @@
|
||||
|
||||
// underline links in chat messages
|
||||
a[href] {
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
color: #f57200 !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
color: #D16100 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -171,7 +171,7 @@ body.converse-embedded {
|
||||
converse-muc-message-form {
|
||||
// For an unknown reason, message field in truncated... so adding a bottom margin.
|
||||
/* max-height: 1.25rem; */
|
||||
margin-bottom: 0.1rem;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user