Closed (fixed)
Project:
Bluecheese
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Nov 2013 at 20:26 UTC
Updated:
18 Aug 2014 at 20:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
eliza411 commentedComment #2
mgiffordSo the hover state we use in the sidbar is:
Which can just be added in like this to the submit button:
I guess we'd just need a patch for this.
Comment #3
lewisnymanAs we're playing with colours we need to use a colour variable in Sass. I guess the .issue-button CSS isn't in Bluecheese? We have button styling declared in about 4 different places....
Comment #4
mgiffordThat looks good. It applies nicely to bluecheese. I just don't have the capacity to compile the sass files.
Comment #5
Bojhan commentedScreenshot?
Comment #6
tvn commentedThanks for working on this! Please provide a screenshot and/or link to the dev site where we can see the patch in action.
Comment #7
drummThis won't work because this style:
@include background-image(linear-gradient(top, $button-background 50%, $lime-green 50%));Always takes precedence over a solid background color. The hover state needs the same two-tone effect. (Which can't be seen on the unbranded public theme, it is all the same green.)
This should also remove the nearby
which is replaced by this patch.
The
.issue-buttonstyles are in project_issue module's CSS, which should be cleaned up as we notice things.Comment #8
lewisnymanOk, I'll try this again later when I can develop against the branded theme.
Comment #9
drummThe public theme should have more different shades of green so we can work on this. (Or, should the smaller buttons actually be two-tone?)
Comment #10
dyannenovaHere's a bzr patch that takes the background image into account for the branded theme.
Comment #11
dyannenovaComment #13
drummLooks good!
Comment #14
drummNow deployed.