Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
6797c59e
Commit
6797c59e
authored
Oct 17, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve visual detection of CI status
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
5a4a1a2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
app/assets/stylesheets/sections/merge_requests.scss
app/assets/stylesheets/sections/merge_requests.scss
+6
-0
No files found.
app/assets/stylesheets/sections/merge_requests.scss
View file @
6797c59e
...
@@ -113,30 +113,36 @@
...
@@ -113,30 +113,36 @@
font-size
:
15px
;
font-size
:
15px
;
border-bottom
:
1px
solid
#BBB
;
border-bottom
:
1px
solid
#BBB
;
color
:
#777
;
color
:
#777
;
background-color
:
#F5F5F5
;
&
.ci-success
{
&
.ci-success
{
color
:
$bg_success
;
color
:
$bg_success
;
border-color
:
$border_success
;
border-color
:
$border_success
;
background-color
:
#F1FAF1
;
}
}
&
.ci-pending
{
&
.ci-pending
{
color
:
#548
;
color
:
#548
;
border-color
:
#548
;
border-color
:
#548
;
background-color
:
#F4F1FA
;
}
}
&
.ci-running
{
&
.ci-running
{
color
:
$bg_warning
;
color
:
$bg_warning
;
border-color
:
$border_warning
;
border-color
:
$border_warning
;
background-color
:
#FAF5F1
;
}
}
&
.ci-failed
{
&
.ci-failed
{
color
:
$bg_danger
;
color
:
$bg_danger
;
border-color
:
$border_danger
;
border-color
:
$border_danger
;
background-color
:
#FAF1F1
;
}
}
&
.ci-error
{
&
.ci-error
{
color
:
$bg_danger
;
color
:
$bg_danger
;
border-color
:
$border_danger
;
border-color
:
$border_danger
;
background-color
:
#FAF1F1
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment