remove border from "reply as new topic"
This commit is contained in:
parent
948e0740c9
commit
0ccb1dcca6
|
@ -74,7 +74,6 @@ a.reply-new {
|
|||
i {
|
||||
margin-right: 3px;
|
||||
background: $secondary;
|
||||
border: 1px solid scale-color-diff();
|
||||
padding: 1.5px 3px;
|
||||
border-radius: 20px;
|
||||
transition: linear 0.15s;
|
||||
|
|
|
@ -784,7 +784,7 @@ en:
|
|||
educate:
|
||||
new: '<p>Your new topics appear here.</p><p>By default, topics are considered new and will show a <span class="badge new-topic badge-notification" style="vertical-align:middle;line-height:inherit;">new</span> indicator if they were created in the last 2 days.</p><p>You can change this in your <a href="%{userPrefsUrl}">preferences</a>.</p>'
|
||||
unread: '<p>Your unread topics appear here.</p><p>By default, topics are considered unread and will show unread counts <span class="badge new-posts badge-notification">1</span> if you:</p><ul><li>Created the topic</li><li>Replied to the topic</li><li>Read the topic for more than 4 minutes</li></ul><p>Or if you have explicitly set the topic to Tracked or Watched via the notification control at the bottom of each topic.</p><p>You can change this in your <a href="%{userPrefsUrl}">preferences</a>.</p>'
|
||||
starred: '<p>Your starred topics appear here.</p><p>To star or unstar a topic:</p><ul><li>The <i class="fa fa-star"></i> next to any topic title</li><li>The Star button at the bottom of each topic</li></ul>'
|
||||
starred: '<p>Your starred topics appear here.</p><p>To star or unstar a topic, use:</p><ul><li>the <i class="fa fa-star"></i> next to any topic title</li><li>the Star button at the bottom of each topic</li></ul>'
|
||||
bottom:
|
||||
latest: "There are no more latest topics."
|
||||
hot: "There are no more hot topics."
|
||||
|
|
Loading…
Reference in New Issue