Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background color not working on Safari

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #288857
    vinix37x
    Participant

    Hey guys I encountered a problem on safari.

    I have those headlines which are combined with a background-color and a border-box to get a background.


    padding: 10px;
    margin: 10px 0 !important;
    background-color: rgba(78, 78, 78, 0.9);
    box-shadow: -10px 0px 0 rgba(78, 78, 78, 0.9), 10px 0px 0 rgba(78, 78, 78, 0.9);
    -webkit-box-shadow: -10px 0px 0 rgba(78, 78, 78, 0.9), 10px 0px 0 rgba(78, 78, 78, 0.9);
    -moz-box-shadow: -10px 0px 0 rgba(78, 78, 78, 0.9), 10px 0px 0 rgba(78, 78, 78, 0.9);

    On safari however it seems like there is a problem with the line break. Could you give me a hint on how to solve this?

    you can find two images here: https://cloud.tecwriter.de/index.php/s/EbBm7YcfPZdWsGe”

    the website

    Hope you can help me,
    thanks for your time!

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.