This topic has 2 replies, 2 voices, and was last updated 8 years by Abe.

  • Author
  • #86830
     js100
    Participant

    Hi guys! I have been working on styling all “magnifying glass” icons in all search fields (buddypress, bbpress -sidebars and widgets)

    COPY CODE
    /* icon hover on main search page */
    #bbpress-forums #bbp-search-form input[type="submit"]:hover {
        background-position: -24px 0px; background-color: #F7F7F7;
    }
    
    #bbpress-forums #bbp-search-form input[type="submit"],
    .widget form#bbp-search-form input[type="submit"],
    .widget_search #searchform input[type="submit"] {
        transition: all 0.4s ease-in-out 0s; 
    }
    .widget form#bbp-search-form input[type="submit"]:hover,
    .widget_search #searchform input[type="submit"]:hover{
        background-color: #F7F7F7;
    }
    
    .widget form#bbp-search-form input[type="submit"] { margin-top: 3px; }

    Now ALL search fields are super!

    😉

    #86856
     js100
    Participant

    Could you include this css rules in your next release?

    #87427
     Abe
    Keymaster

    Hello. Thanks for the code. We will definitely consider it for our next release

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?