Group Speed Dial 的评价
Group Speed Dial 作者: Juraj Mäsiar
918 条评价
开发者回应
发布于 6 年前Hello,
You can override any CSS style in my add-on. See the Options page / General tab / "Custom CSS styles:".
For example, to change color of dials heading, use this:
.dials > a > div > div {
background: lightblue !important;
}
And to make group list more colorful, use this:
#groups {
background-color: rgba(255, 209, 57, 0.6) !important;
}
#groups > .selected {
background-color: orange !important;
}
You can create also new styles, just inspect the element you want to change and create new CSS rule. However make sure to pick the theme - black or while, depending on whether your final theme will be dark or light.
If you have more questions, feel free to write me to my support e-mail.
Best regards,
Juraj Mäsiar- 评分 5 / 5来自 Firefox 用户 14514679, 6 年前
- 评分 5 / 5来自 danieldavidduffy, 6 年前
- 评分 5 / 5来自 Firefox 用户 12640791, 6 年前
- 评分 5 / 5来自 Firefox 用户 13476838, 6 年前
- 评分 5 / 5来自 Firefox 用户 14504469, 6 年前
- 评分 5 / 5来自 Firefox 用户 14470127, 6 年前
- 评分 5 / 5来自 Firefox 用户 12808572, 6 年前
- 评分 5 / 5来自 Firefox 用户 14384772, 6 年前
- 评分 5 / 5来自 fernandoeserrano, 6 年前
- 评分 5 / 5来自 Firefox 用户 14460821, 6 年前