StS
1
Hello forum,
this looks ok:
When editing the color - eg. remove the bracket “)” - everythings changes:
This is independent from choosen theme and it can reproduced in prior versions…
(actual: v 5.2.5)
No issue when using the hex-code instead…
Any ideas?
Thanks, Stefan
That’s how it should be. These are CSS rules. You can define colors in a number of ways
- use color name like “red”, but it only works for some specific names
- hex code
#333
rgb(10, 20, 30) Notice that the closing bracket is mandatory
rgba(10, 200, 30, 10)
So the closing bracket is a CSS syntax rule. You cannot break it.
My apologies, if I didn’t understand your question correctly.
StS
3
You are right @talha131… sorry.
(Maybe I only changed the values within the brackets in the past…
)