diff options
| author | 2013-04-14 18:57:47 +0200 | |
|---|---|---|
| committer | 2013-04-14 18:57:47 +0200 | |
| commit | 8c2c5d287d5ac08aa9d0a3fb3d353ea7a18c92c3 (patch) | |
| tree | 092efce746a6edc2b43ec701ea14be6fa2a986ab /public/theme | |
| parent | 9b8fab7b80052cc3bb11f860ad3efd85ad8950cd (diff) | |
Fix issue #43 : création d'un installateur
Diffstat (limited to 'public/theme')
| -rw-r--r-- | public/theme/global.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/public/theme/global.css b/public/theme/global.css index e4c503dfc..c08463b8b 100644 --- a/public/theme/global.css +++ b/public/theme/global.css @@ -400,13 +400,27 @@ input, select, textarea { border-radius: 5px; color: #aaa; text-shadow: 0 0 1px #eee; - box-shadow: 1px 1px 3px #aaa inset; } .alert .alert-head { margin: 0; font-weight: bold; font-size: 110%; } + .alert.alert-warn { + background: #ffe; + border: 1px solid #eeb; + color: #c95; + } + .alert.alert-success { + background: #dfd; + border: 1px solid #cec; + color: #484; + } + .alert.alert-error { + background: #fdd; + border: 1px solid #ecc; + color: #844; + } /* ICONES */ .icon { |
