Jump to content

Cum Adaug Border Colorat Butoanelor Din Meniul Ipb?


Go to solution Solved by gadeas,

Recommended Posts

Posted

Salut, stie cineva cum pot pune acea dunga (border) albastra (sau alta culoare) sub butoanele din meniul forumui IPB?

 

6jTxjjd.png

 

As vrea ca pe orice buton as da click sa apara acea dunga albastra.

Multumesc!

  • Moderators
  • Solution
Posted

In ipb_styles.css ai ceva asemanator?:

#community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active {
    background: #202020;
    border-top: 1px solid #303030;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
    color: #fff;
}

Daca da, modifica cu:

#community_app_menu>li>a:hover, #community_app_menu>li>a.menu_active {
    background: #202020;
    border-top: 1px solid #303030;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
    border-bottom: 2px solid #048EC0;
    color: #fff;
}

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

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.