From: Jean-Philippe Lang Date: Thu, 30 Jun 2016 18:28:44 +0000 (+0000) Subject: Lighter colors for warning and error messages. X-Git-Tag: 3.4.0~860 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=74dd6af8e07bf718cba9e6c1b8409cb0a9481063;p=redmine.git Lighter colors for warning and error messages. git-svn-id: http://svn.redmine.org/redmine/trunk@15593 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 277088cb9..40ca4a4d8 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -756,10 +756,10 @@ input.autocomplete.ajax-loading { /***** Flash & error messages ****/ #errorExplanation, div.flash, .nodata, .warning, .conflict { - padding: 4px 4px 4px 30px; + padding: 6px 4px 6px 30px; margin-bottom: 12px; font-size: 1.1em; - border: 2px solid; + border: 1px solid; border-radius: 3px; } @@ -768,7 +768,7 @@ div.flash {margin-top: 8px;} div.flash.error, #errorExplanation { background: url(../images/exclamation.png) 8px 50% no-repeat; background-color: #ffe3e3; - border-color: #dd0000; + border-color: #d88; color: #880000; } @@ -781,16 +781,16 @@ div.flash.notice { div.flash.warning, .conflict { background: url(../images/warning.png) 8px 5px no-repeat; - background-color: #FFEBC1; - border-color: #FDBF3B; + background-color: #F3EDD1; + border-color: #eadbbc; color: #A6750C; text-align: left; } .nodata, .warning { text-align: center; - background-color: #FFEBC1; - border-color: #FDBF3B; + background-color: #F3EDD1; + border-color: #eadbbc; color: #A6750C; }