Skip to content

Commit

Permalink
[4.0] system css
Browse files Browse the repository at this point in the history
This PR removes the reference to background images that are not part of the release.

Code review should be fine
  • Loading branch information
brianteeman committed Apr 23, 2021
1 parent ed9d8e8 commit c246b7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions administrator/templates/system/scss/system.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
/* System Standard Messages */
#system-message > .message > ul {
background-color: #c3d2e5;
background-image: url("../images/notice-info.png");
}

/* System Error Messages */
Expand All @@ -50,20 +49,17 @@

#system-message > .error > ul {
background-color: #e6c0c0;
background-image: url("../images/notice-alert.png");
border-color: #de7a7b;
}

/* System Warning Messages */
#system-message > .warning > ul {
background-color: #e6c8a6;
background-image: url("../images/notice-note.png");
border-color: #fb0;
}

/* System Notice Messages */
#system-message > .notice > ul {
background-color: #efe7b8;
background-image: url("../images/notice-note.png");
border-color: #f0dc7e;
}

0 comments on commit c246b7b

Please sign in to comment.