Yes, I’m getting that after reinstalling it however I’m not getting the option to add it as a theme component to my active / user-selectable theme.
Wait a minute, there was a typo and the about file give an error. @awesomerobot there is a fix ready on Github
Merged now, should be all set. Thanks again @dax!
Try to update the component now @dlukefinch , just click on the Check for Updates button
Boom. Sorted! Thanks guys 
Hello guys,
A quick question. I have installed the modification and it appears to be set up correctly. However, I see that all the configuration fields are empty by default. I’m not really familiar with CSS, so anyone can provide me some default values for the configuration fields? I am using the default light theme of the discourse, but I’d only need the rounded pill buttons with the default theme colors. What fields do I need to change in order to make them with rounded corners?
Thank you so much
Only the first, global button border radius.
No need, the component is already set to use the default theme color. Leave all the other fields blank.
Exactly what I needed. Thank you so much
A couple questions:
- Applying any sort of rounded corner leads to a funky curved underline … is that because I’m using the Material Design theme? Is there a way to still get the rounded button rather than the funky underline? (I presume I’d have to change some CSS?)
- Is there a way to use this component to round off the subcategory boxes? (or is that also something I’d have to change through CSS?)
It seems as though something changed in core and buttons now require !important, I don’t have time to figure out how to submit a PR, but wanted to throw it out there.
I like this component but I have a minor issue/bug. Borders of the categories button does not look curved like as in other buttons.

Seen a similar problem:

首先,我非常喜欢这个功能,它让我的论坛外观提升了十倍。但我遇到了一个问题,却似乎找不到解决方法。
我做了如下修改:
primary button bg 改为 #ff6a00
primary button bg hover 改为 #ffa954
这样设置效果很好,但点击按钮时,它却莫名其妙地变成了蓝色。请问该如何修复?
看起来有些情况缺失了,关于 border-radius。我提交了一个 PR 来解决这个问题,也在这里发帖,以防万一。
我对 CSS 不是很熟练,所以如果你有更好的方法来定位这些按钮,请告诉我,我可以修改我的 PR。
修改前:
修改后:
@awesomerobot 只是想知道您是否可以查看上面的 PR,并告诉我是否需要更改任何内容,然后才能将其合并^^ 这是为了修复点赞和举报按钮的 border-radius 边缘情况。
我在不同的论坛上安装了 discourse-button-styles,很高兴能自动包含此修复程序。
对我来说看起来不错,谢谢!我刚刚合并了它
我知道这个 TC 有点老了,而且我正在复活一个 3 年前的话题,但我现在遇到了一个问题,可能与点赞他人帖子时出现的 .double-button 奇怪现象有关。我们正在使用这个 TC,边框半径为 20px。
这是我之前点赞过的一篇帖子(现在无法取消点赞)
![]()
这是我今天点赞的一篇帖子(点赞可以取消)
![]()
我已经花了很长时间调试与(我认为)这个 TC 相关的许多其他小的 CSS 问题,所以我现在认输了。如果有人能帮忙,我更希望这些点赞根本没有按钮围绕它们。在普通的 Discourse 实例上它们是没有按钮的。
是的,这个主题组件已经很旧了,需要更新…我会尽快处理的。
在此期间,您可以使用以下CSS删除该按钮的背景:
.has-like[disabled] {
background: transparent !important;
}
感谢 @awesomerobot 非常有帮助。
您好:我似乎找不到两件事:
- 如何仅更改“新主题”按钮的颜色?
- 如何将“新主题”按钮的文本更改为白色?
有什么方法可以做到吗?谢谢。








