aboutsummaryrefslogtreecommitdiff
path: root/public/theme/base.css
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-11-05 21:59:23 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-11-05 21:59:23 +0100
commite03c5757c9ada68d0acc6f671a4d78fe9144234b (patch)
tree663ff78a8316274ccdf2fe9ba9e700df7c23db16 /public/theme/base.css
parent209fb252dcce8b69d05f796a914beb0e0bb7f9eb (diff)
correction design
Diffstat (limited to 'public/theme/base.css')
-rw-r--r--public/theme/base.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index 24c4f371b..8c32bd460 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -348,16 +348,16 @@ form {
line-height: 50px;
text-align: center;
border-radius: 5px 5px 0 0;
- box-shadow: 0 0 3px #666;
+ box-shadow: 0 0 5px #666;
background: #ddd;
- color: #fff;
+ color: #666;
font-weight: bold;
}
#notification.good {
- background: #8FD900;
+ background: #f4f899;
}
#notification.bad {
- background: #FF3300;
+ background: #f4a899;
}
#notification a.close {
display: inline-block;