Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#2532 closed defect (bug) (fixed)

Cannot style input#send-to-input due to !important

Reported by: msmalley Owned by:
Priority: trivial Milestone: 1.5
Component: Messages Version:
Severity: Keywords:
Cc:

Description

It is almost impossible to style (from your theme) the:
input#send-to-input selector that is called from jquery.autocompletefb.css due to the use of "!important" on line 84

The only work around that worked for me was to deregister the 'bp-messages-autocomplete' style and (or) re-register a new one in my own theme file...

Change History (1)

#1 @boonebgorges
16 years ago

  • Resolutionfixed
  • Status newclosed

(In [3516]) Removes important declaration from input#send-to-input in autocomplete css. Fixes #2532

Note: See TracTickets for help on using tickets.