Jump to content

Recommended Posts

  • 2 weeks later...
Posted
On 14.08.2016 at 4:03 PM, Tr0YB0Y said:

As fi si eu interesat tot in legatura cu cele 2 butoare de mention si warn... Stie cineva?

 

 

 

 

UP

Posted

N-ati da un search deloc

Schimbi codul care-l ai la buton cu acesta, după care adaugi al doilea cod în css  !

<a href="#" onclick="ipb.textEditor.getEditor( ipb.textEditor.getCurrentEditorId() ).insert( '@{$author['members_display_name']}' ); return false;" title="@{$author['members_display_name']}"><div class="mentionbtn"> @Mention  </div></a>
.mentionbtn {
      display:inline-block;
      position:relative;
      width:80px;
      height:35px;
      line-height:34px;
      border-radius:0px;
      font-size:0.9em;
      background-color:#333;
      color:#646464;
      transition:border-bottom 0.5s, box-shadow 0.1s, color 0.2s,box-shadow 0.1s;
      transition:border-bottom 0.5s, box-shadow 0.1s, color 0.2s,box-shadow 0.1s;
      text-decoration:none;-webkit-transition:all 0.2s ease-in;
      transition:all 0.2s ease-in;
      -webkit-user-select:none;
      -moz-user-select:none;
      -ms-user-select:none;
      user-select:none;
      white-space:nowrap;
      background:-webkit-linear-gradient(#333 50%, #333 50%);
      background:linear-gradient(#333 50%, #4f4fd9 50%);
      background-repeat:repeat;
      background-size:100% 200%;
      margin-top:5px
}

.mentionbtn:hover {
      color:#96281B;
      cursor:pointer;
      background-position:200% 100%;
      color:#FCFCFC;
      cursor:pointer

}

 

  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.