MyBB Community Forums

Full Version: Eliminate button rounding ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to eliminate gobos rounding and make it more square ?

[Image: nnuv706.png]
element.style {
    border: none;
    border-radius: 0px;
}
(2021-02-13, 04:59 PM)Mastersly Wrote: [ -> ]
element.style {
    border: none;
    border-radius: 0px;
}
 

Hi , 

Thank you ! Done...
If such a value is set to "0px", then you can remove the entire definition.
So drop the line "border-radius: 0px".

[ExiTuS]
(2021-02-14, 01:22 AM)[ExiTuS] Wrote: [ -> ]If such a value is set to "0px", then you can remove the entire definition.
So drop the line "border-radius: 0px".

[ExiTuS]

Yes but I think he want to remove border radius in those two buttons and not to all buttons
@Mastersly, That doesn't matter! It is not about these two buttons - it's about a class Smile

[ETS]