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 | 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...
Note: See
TracTickets for help on using
tickets.
(In [3516]) Removes important declaration from input#send-to-input in autocomplete css. Fixes #2532