Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to specify the border radius in the same line? This works:
border: 4px solid rgb(255, 170, 0);
But the border-radius is undefined, then I tried:
border: 4px 4px solid rgb(255, 170, 0);
but it didn't work.
@Ylvy For which widget are you trying this?
I think you have to have a separate border-radius. See the specification for border; it only takes one length, the width.
border-radius
@jsulm pusbutton and labels.
@Ylvy Did you try what @mchinand said?