Check box does not appear with theme Bootstrap

Vanilla 2.2
Theme Bootstrap
Serveur de Test : http://88.181.151.128:8080/

Hello everyone,

Check box does not appear.

They have the same color as the background

So for my members vote, it is a bit difficult

Example : http://88.181.151.128:8080/discussion/8033/test-fichier#latest

Thank for your reponse =)

Tof

Tagged:

Comments

  • I fixed it for you by changing the background color of the poll box .

  • Thank you but there have been changes that are not super ...

    Since your passage or that of K17 here are the errors there. She was not present before. =)

    Information is also too clear here:
    Example : http://88.181.151.128:8080/discussion/8033/test-fichier#latest

  • Please decide who is going to help you fix your theme so it works with plugins etc. I am not responsible for code that anyone enters in your csseditor...

    I have run out of time now but will try to help later on if you run into trouble.

  • Do not worry, I'm trying to isolate the problem

  • TofTof
    edited February 2016

    All right, I've isolated the problem :

    What does this code?

    /*font color of op in list*/
    .DataList .Item .Meta a {
        color: #f0ad4e;
    }
    .label, .Tag, .Note.Closed,.HasNew{
        border-radius:0;
    }
    .label-info, .Tag-Announcement {
        background-color: #357CB9;
    }
    .HasNew {
        background-color: #f0ad4e;
        color:#2B3E50;
        font-weight:700;
    }
    .Tag.Tag-Unresolved{
        background:#424E5A;
    }
    .Item .Meta .MItem.Category a {
        background-color: #2b3e50;
        border-radius: 0;
    }
    .Item .Meta .MItem, .Item .AuthorInfo .MItem {
        padding-right: 4px;
    }
    .Item .Meta, .Conversation .Item .MItem {
        font-size: 12px;
        line-height: 21px;
        float: left;
        margin-left: 4px;
    }
    .Item .Title, .Item .Title a {
        font-size: 16px;
        line-height: 21px;
        vertical-align: top;
        float: left;
        margin-left: 2px;
        width: 80%;
    }
    

    The problem is this:

    /*font color of op in list*/
    .DataList .Item .Meta a {
        color: #f0ad4e;
    }
    

    It is he that changes the color of my pseudonym

    Thank for your help

  • edited February 2016

    No, it is this but I did not change it...however if you want to make sure add:

    .Item .Username{
        color: #404040;
    }
    

    But that will make it hard to read in other places possibly

  • the problem is in private messages

  • I sent a private message Papillon-sauvage

    You can watch ?

  • Yes and I added the code to fix it...

  • TofTof
    edited February 2016

    you really are wonderful!
    Mega thank!

Sign In or Register to comment.