Skip to content

Commit

Permalink
Merge pull request #4276 from Wadeck/JENKINS-59684_monitor_info
Browse files Browse the repository at this point in the history
[JENKINS-59684] Support "alert-info" for admin monitor in popup
  • Loading branch information
oleg-nenashev authored Oct 12, 2019
2 parents ef85b89 + a03afb5 commit ab46f02
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions war/src/main/webapp/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1880,12 +1880,36 @@ select.select-ajax-pending {
border-radius: 4px;
}

.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}

.alert-info p {
color: #31708f;
}

.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}

.alert-warning p {
color: #8a6d3b;
}

.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.alert-danger p {
color: #a94442;
}

body.no-decoration #main-panel {
margin: 0 auto !important;
}
Expand Down

0 comments on commit ab46f02

Please sign in to comment.