Button CSS custom

Hi,
I was looking how to change the appearance of buttons and other widgets using CSS.
For this I checked some simple examples : CSS Boutons
This kind of lines are working pretty fine :

border-radius: 50%;
transition-duration: 1.0s

But a lot of is not working properly.
Is there a way to know which is available or not ? CSS Version maybe ?

best

You have to use the browser inspector (f12) to find out how the widget is strutured and how it can be styled, there's no official resource on what can be styled and how exactly becaused it's in the hacking/user business area :)..

until I didn't use the browser inspector with OSC ... have to check how to handle this
and become a Hacker !!

In the css editor when the text is in red is it ok or not ?
(don't remember on which editor the css is based on, can you tell me so I can check the documentation)

Capture d’écran 2022-04-09 à 15.32.38 (2)

It's ok, it's just that the syntax hilighter doesn't handle the css inline syntax very well.

1 Like