Results 1 to 6 of 6

Thread: Problem with border-color property

  1. #1
    New user
    Join Date
    07-07-10.
    Location
    2,335 m
    Posts
    5

    Default Problem with border-color property

    I have a problem importing my css:

    I have this:
    Code:
     .myclass{border-color:#f00;}
    But after importing the css is:
    Code:
     .myclass{}
    Why?
    The Purple Tentacle

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Problem with border-color property

    #f00
    just a guess - the importer might not like this format????

  3. #3
    New user
    Join Date
    07-07-10.
    Location
    2,335 m
    Posts
    5

    Default Re: Problem with border-color property

    No, the problem happens also with "#ff0000"
    The Purple Tentacle

  4. #4
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Problem with border-color property

    try {border-right:1px solid #ff0000;} etc

  5. #5
    New user
    Join Date
    02-18-10.
    Location
    Greece
    Posts
    16

    Default Re: Problem with border-color property

    Try puting #ff0000 in the text box #HEX when the color wheel pop up
    and click Select

  6. #6
    New user
    Join Date
    07-07-10.
    Location
    2,335 m
    Posts
    5

    Default Re: Problem with border-color property

    It's a bug :-) : http://dev.contao.org/issues/2347
    Resolved in 2.9.1
    The Purple Tentacle

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •