diff options
| author | 2012-11-05 21:59:23 +0100 | |
|---|---|---|
| committer | 2012-11-05 21:59:23 +0100 | |
| commit | e03c5757c9ada68d0acc6f671a4d78fe9144234b (patch) | |
| tree | 663ff78a8316274ccdf2fe9ba9e700df7c23db16 /public/theme/base.css | |
| parent | 209fb252dcce8b69d05f796a914beb0e0bb7f9eb (diff) | |
correction design
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 8 |
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; |
