[frio] Harmonize link preview display with black/dark accented themes

This commit is contained in:
Hypolite Petovan 2021-05-04 09:56:28 -04:00
parent 53d4312903
commit d5276fdb60
2 changed files with 18 additions and 0 deletions

View file

@ -385,3 +385,12 @@ input[type="text"].tt-input {
.textcomplete-item.active > a {
background-color: $nav_icon_hover_color !important;
}
#preview_profile-jot-text, .comment-edit-form .preview {
background-color: $nav_bg;
border-width: 1px;
}
textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
border-color: $link_color;
}

View file

@ -345,3 +345,12 @@ input[type="text"].tt-input {
.textcomplete-item.active > a {
background-color: $nav_icon_hover_color !important;
}
#preview_profile-jot-text, .comment-edit-form .preview {
background-color: $nav_bg;
border-width: 1px;
}
textarea#profile-jot-text:focus + #preview_profile-jot-text, textarea.comment-edit-text:focus + .comment-edit-form .preview {
border-color: $link_color;
}