Posted by shafiqhossain on July 13, 2009 at 6:39am
| Project: | Feedback |
| Version: | 6.x-2.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
I have just installed in my 6.x drupal installation. The submit button after the message textarea not showing at all. I checked the source, its there, but not displaying when you click on the + sign.
Comments
#1
I had this problem as well, but noticed that it was because the background color for the submit button in the feedback.css file was set to white....so if you're using it on a white page, the button seems to disappear. Changing its background color in the css file may fix this for you.
#2
Could you post a screenshot, please?
#3
Here's a screenshot of the problem on my site (using Firefox 3.6)
#4
Does this also happen with one of Drupal core's themes?
#5
It happens on Fusion's theme as well. I went into #block-feedback-form #feedback-submit and changed to background color to something else and nothing. I notice that in FireBug if you disable the line "background-color:fff;" then it works (I see that it is supposed to be blue), but it is actually picking up the class of the css from /sites/default/files/css/css_4dd1564246ddabed59b5a2a9cc6b18a5.css in my case, and I believe it has something to do with it.
#6
We're planning to add support to allow some built-in theming options, but in the meantime we can't support css issues in non-core themes.