Skip to content

Commit

Permalink
#884 Another visual update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Dec 8, 2014
1 parent 25eb3f4 commit 11caf38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backstage/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ h3.panel-title {

.panel-success > .panel-heading {
background-color: #78bb28;
border-color: #5ea707;
border-color: #78bb28;
color: #fff;
}

Expand All @@ -209,7 +209,7 @@ h3.panel-title {

.panel-info > .panel-heading {
background-color: #007ed6;
border-color: #0065ac;
border-color: #007ed6;
color: #fff;
}

Expand All @@ -219,7 +219,7 @@ h3.panel-title {

.panel-warning > .panel-heading {
background-color: #ffc600;
border-color: #f1a400;
border-color: #ffc600;
color: #fff;
}

Expand All @@ -229,7 +229,7 @@ h3.panel-title {

.panel-danger > .panel-heading {
background-color: #f65625;
border-color: #d23100;
border-color: #f65625;
color: #fff;
}

Expand Down

0 comments on commit 11caf38

Please sign in to comment.