Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

-webkit-border-fit

Options
  • 24-01-2011 7:44pm
    #1
    Registered Users Posts: 6,465 ✭✭✭


    Anyone know what this does or where there's documentation for it?

    I'm working on a Magento design and it's in the default stylesheet:
    button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
    
    It seems to be preventing elements with rounded corners displaying correctly.

    I can't find any documentation on what it's supposed to do or what the other options are. Turning it off in Firebug solves the display problem, but I really need to override it for the relevant elements only, for which I need the alternative options.


Advertisement