diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index a92c517d0a2..c18120a168e 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -37,6 +37,7 @@ h1 .topic-statuses .topic-status i {margin-right: 5px;} border: 1px solid #ddd; font-size: 12px; margin-left: -8px; + background: #fff; } .avoid-tab { @@ -679,6 +680,19 @@ blockquote { /* solo quotes */ position: relative; width: 720px; padding: 10px 10px 15px 20px; + +.highlighted { + background-color: lighten(yellow, 45%) !important; + } + +} + + +.bottom-round.contents.regular { + + -webkit-transition: background-color .25s linear; + transition: background-color .25s linear; + } .posts-wrapper { diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index f9496e6caa7..f2fc108e01e 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -157,6 +157,13 @@ a:hover.reply-new { } } +#suggested-topics .topic-statuses .topic-status { + padding: 0; + i { + font-size:15px; + } +} + .heatmap-high {color: #f77 !important;} .heatmap-med {color: #a00 !important;} .heatmap-low {color: #700 !important;}