Reaction Overlay

  • Hi!

    Ich wollte eine kleine Änderung bei dem Reaktions-Container vornehmen und wollte ihn so ansprechen:

    #userReactionOverlay-com.woltlab.wbb.likeablePost

    Leider funktioniert das ganze nicht. Hat einer eine Idee wie ich den Reaktions-Container anders ansprechen kann oder was falsch läuft?

    Grüße v. Seferd

  • Ich habs nun umgeschrieben:

    Code
    .dialogContainer > .dialogContent .section .sectionTitle [data-id="userReactionOverlay-com.woltlab.wbb.likeablePost"] {..}
    
    .containerList > li:first-child [data-id="userReactionOverlay-com.woltlab.wbb.likeablePost"] {...}
    
    .containerList > li:first-child [data-id="userReactionOverlay-com.woltlab.wbb.likeablePost"] {...}

    So funktioniert es leider auch nicht.:/

  • Ansprechen wollte ich:

    Code
    .containerList > li:first-child {...}
    
    .containerList > li:not(:last-child) {...}
    
    .containerList > li:last-child {...}
    
    .dialogContainer > .dialogContent .section .sectionTitle {...}
  • Ansprechen wollte ich:

    Code
    .containerList > li:first-child {...}
    
    .containerList > li:not(:last-child) {...}
    
    .containerList > li:last-child {...}
    
    .dialogContainer > .dialogContent .section .sectionTitle {...}

    Ich habe als Beispiel einfach nur eine Hintergrundfarbe vergeben und sectionTitle mit font-weight versehen:

    bzw. reines CSS:

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!