-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for grey balls and build pipeline view #82
base: master
Are you sure you want to change the base?
Conversation
@@ -587,6 +587,8 @@ jQuery(function($) { | |||
replaceFloatyBall("img[src*='/blue.png']", "success"); | |||
replaceFloatyBall("img[src*='/red.png']", "failure"); | |||
replaceFloatyBall("img[src*='/yellow.png']", "warning"); | |||
replaceFloatyBall("img[src*='/nobuilt.png']", "notbuilt"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be nobuilt or notbuilt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nobuilt is working on mine. However, I realise I'm behind you by quite a bit. I'll redo and reopen this soon.
thanks for this! any chance you can send a screenshot of what it looks like with these changes? ping me [email protected], or use a tool like Monosnap (mac) or Alt+Print Screen (windows) |
@@ -9,7 +9,7 @@ body.yui-skin-sam, | |||
.yui-skin-sam select { | |||
font-family: Helvetica Neue, Helvetica, Arial, sans-serif; | |||
font-size: 13px; | |||
color: #333; | |||
/*color: #333;*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come? Also would be better to just delete this instead of commenting it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed. It was so the text colour could be altered for build pipelines
Any update on this? |
The pull has merge conflicts. I haven't had time to resolve them yet. |
Sorry for the delay. Busy year :) Please merge. |
No description provided.