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:

First of all, I love this and it made my forum look 10 times better. But I have one problem tho and I can’t seem to find out how to fix it either
So I changed
primary button bg to #ff6a00
primary button bg hover to #ffa954
And that works great but when I click the button then it gets blue for some reason how can I fix this?
看起来有些情况缺失了,关于 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 非常有帮助。
您好:我似乎找不到两件事:
- 如何仅更改“新主题”按钮的颜色?
- 如何将“新主题”按钮的文本更改为白色?
有什么方法可以做到吗?谢谢。








