override bootstrap colors for link preview in the link-shared dialog

This commit is contained in:
ansuz 2021-09-01 19:51:00 +05:30
parent 727af0ccf5
commit 21dca721aa
2 changed files with 4 additions and 1 deletions

View file

@ -166,6 +166,9 @@
color: @cryptpad_text_col;
text-decoration: underline;
}
pre.cp-link-preview {
color: @cryptpad_text_col;
}
.cp-info-menu-container {
.logo-block {
text-align: center;

View file

@ -3064,7 +3064,7 @@ define([
var content = h('div', [
UI.setHTML(h('p'), Messages._getKey('notification_openLink', [name, user])),
h('pre', url),
h('pre.cp-link-preview', url),
UIElements.getVerifiedFriend(common, data.curve, user)
]);
var clicked = false;