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...
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [3516]) Removes important declaration from input#send-to-input in autocomplete css. Fixes #2532