Closed (fixed)
Project:
Fusion Prosper
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 22:03 UTC
Updated:
21 Nov 2014 at 19:43 UTC
Jump to comment: Most recent
Comments
Comment #1
goody815 commentedthanks acrollet,
i'll test it out today
Comment #2
goody815 commentedacrollet,
i'm using the classes you put in the patch, but I need to add further browser support for these as well. thanks again for catching this.
Example:
.header-top-wrapper {
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.6)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
}
Comment #3
esmerel commentedComment #4
smscotten commentedThis fixed everything for me. Thank you!
Not changing status as one person probably doesn't count as "the community" but I've reviewed it. Would be great to get these simple css fixes rolled in.
Edit: by "everything" I mean "the appearance of my menu bar." Sadly it didn't pay my electric bill or do my grocery shopping. Sorry if I was overexuberant.
Comment #5
Poieo commentedMoving to Fusion Prosper.
This theme is deprecated. There is an unbranded D7 port of this theme available here: https://www.drupal.org/sandbox/poieo/2337715
The theme is currently only available as a sandbox, but functional and only awaiting administrative approval to be promoted to a full project. Any developments are going to happen on the new version of the theme!
Comment #7
Poieo commentedCommitted fix to latest dev.