quick patch attached. thanks for the theme!

CommentFileSizeAuthor
colors_css.patch1 KBacrollet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

goody815’s picture

Assigned: Unassigned » goody815
Status: Active » Needs review

thanks acrollet,

i'll test it out today

goody815’s picture

acrollet,

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 */
}

esmerel’s picture

Assigned: goody815 » Unassigned
smscotten’s picture

Issue summary: View changes

This 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.

Poieo’s picture

Project: Acquia Prosper » Fusion Prosper
Version: 7.x-1.x-dev »

Moving 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!

  • Poieo committed c398907 on 7.x-2.x
    Issue #1184114 by acrollet, goody815, Poieo: Fixed multiple gradients.
    
Poieo’s picture

Version: » 7.x-2.x-dev
Status: Needs review » Closed (fixed)

Committed fix to latest dev.