Notification alert styling corrections.

This commit is contained in:
alext 2017-11-15 23:40:07 +01:00
parent 26138c6586
commit b4d6767801
1 changed files with 2 additions and 2 deletions

View File

@ -106,9 +106,9 @@ root {
#notification .alert {
margin-bottom: 0;
background-color: #f1df83;
background-color: #f5e8a8;
color: #9E9980;
box-shadow: 1px 1px 3px #a0a0a0;
box-shadow: 1px 1px 1px #a0a0a0;
padding: 15px;
position: fixed;
z-index: 200;