mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Better colors on interactions.
This commit is contained in:
parent
291febb685
commit
5ce01c897d
2 changed files with 7 additions and 7 deletions
|
@ -10459,13 +10459,13 @@ form.opml_import_form input {
|
|||
height: 16px;
|
||||
}
|
||||
.NB-interaction-date {
|
||||
color: #B0B0B0;
|
||||
color: #929697;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
.NB-interaction:hover:not(.NB-disabled) .NB-interaction-date {
|
||||
color: #808080;
|
||||
color: #929697;
|
||||
}
|
||||
.NB-interaction-title {
|
||||
font-size: 12px;
|
||||
|
@ -10475,10 +10475,10 @@ form.opml_import_form input {
|
|||
opacity: .9;
|
||||
}
|
||||
.NB-interaction-content {
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
padding-top: 4px;
|
||||
line-height: 16px;
|
||||
color: #808080;
|
||||
color: #b6b6b6;
|
||||
}
|
||||
.NB-interaction-username {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</span> replied to your {% if interaction.category == 'comment_reply' %}comment{% else %}reply{% endif %}:
|
||||
</div>
|
||||
<div class="NB-interaction-content">
|
||||
"<span class="NB-interaction-reply-content" data-social-user-id="{{ interaction.feed_id }}">{{ interaction.content|safe|truncatewords:16 }}</span>"
|
||||
<span class="NB-interaction-reply-content" data-social-user-id="{{ interaction.feed_id }}">{{ interaction.content|safe|truncatewords:16 }}</span>
|
||||
</div>
|
||||
<div class="NB-interaction-date">
|
||||
{{ interaction.time_since }} ago
|
||||
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
{% if interaction.content %}
|
||||
<div class="NB-interaction-content">
|
||||
"<span class="NB-interaction-sharedstory-content" data-social-user-id="{{ interaction.feed_id }}">{{ interaction.content|safe|truncatewords:16 }}</span>"
|
||||
<span class="NB-interaction-sharedstory-content" data-social-user-id="{{ interaction.feed_id }}">{{ interaction.content|safe|truncatewords:16 }}</span>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="NB-interaction-date">
|
||||
|
@ -58,7 +58,7 @@
|
|||
<div class="NB-interaction-title">
|
||||
<span class="NB-interaction-username NB-splash-link" data-user-id="{{ interaction.with_user_id }}">
|
||||
{{ interaction.with_user.username }}
|
||||
</span> favorited your comments on <span class="NB-interaction-sharedstory-title NB-splash-link">{{ interaction.title|safe|truncatewords:6 }}</span>:
|
||||
</span> favorited your comments on <span class="NB-interaction-sharedstory-title NB-splash-link">{{ interaction.title|safe|truncatewords:6 }}</span>.
|
||||
</div>
|
||||
<div class="NB-interaction-date">
|
||||
{{ interaction.time_since }} ago
|
||||
|
|
Loading…
Add table
Reference in a new issue