Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

#2532 closed defect (bug) (fixed)

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

Reported by: msmalley's profile msmalley Owned by:
Milestone: 1.5 Priority: trivial
Severity: Version:
Component: Messages 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
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.