liquid_feedback_frontend
diff static/style.css @ 625:a187fdae2f48
Changed notifications red to orange
author | bsw |
---|---|
date | Mon Jun 25 16:37:55 2012 +0200 (2012-06-25) |
parents | 0c756a7fb8e7 |
children | 11207174ae13 |
line diff
1.1 --- a/static/style.css Mon Jun 25 16:34:47 2012 +0200 1.2 +++ b/static/style.css Mon Jun 25 16:37:55 2012 +0200 1.3 @@ -581,9 +581,9 @@ 1.4 1.5 div.notifications { 1.6 margin-top: 1ex; 1.7 - background-color: #fdd; 1.8 + background-color: #fda; 1.9 padding: 0.5ex; 1.10 - border: 1px solid #fbb; 1.11 + border: 1px solid #fa0; 1.12 } 1.13 1.14 .notifications ul {