summaryrefslogtreecommitdiffstats
path: root/public/stylesheets
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-30 18:28:44 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-30 18:28:44 +0000
commit74dd6af8e07bf718cba9e6c1b8409cb0a9481063 (patch)
tree480c796c6db4775ff1e5fe86d95a6dec195155b5 /public/stylesheets
parent7fb55bc363b22b9768a8f9575215a57b3ae5fa22 (diff)
downloadredmine-74dd6af8e07bf718cba9e6c1b8409cb0a9481063.tar.gz
redmine-74dd6af8e07bf718cba9e6c1b8409cb0a9481063.zip
Lighter colors for warning and error messages.
git-svn-id: http://svn.redmine.org/redmine/trunk@15593 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/application.css14
1 files changed, 7 insertions, 7 deletions
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;
}