Group Speed Dial のレビュー
Group Speed Dial 作成者: Juraj Mäsiar
合計レビュー数: 948
- 5 段階中 5 の評価Firefox ユーザー 13842567 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14540605 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14539744 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14539254 によるレビュー (7年前)
開発者の返信
投稿日時: 7年前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 によるレビュー (7年前)
- 5 段階中 5 の評価danieldavidduffy によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 12640791 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 13476838 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14504469 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14470127 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 12808572 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14384772 によるレビュー (7年前)