diff options
| author | 2013-11-16 22:41:03 +0100 | |
|---|---|---|
| committer | 2013-11-16 22:41:03 +0100 | |
| commit | 4a2b17d54ab3714c4f567a43a7a2e701cd9a7b49 (patch) | |
| tree | d3fa2b91aaa334a8e16f0aaa33aa144f282219c6 /public/themes/flat-design | |
| parent | e13c6439d5ed02d1fe19ece070445f5f58b63e44 (diff) | |
Minz : nouveau Minz_Log::DEBUG
Nouveau niveau Minz_Log::DEBUG pour plus de finesse dans les messages
Diffstat (limited to 'public/themes/flat-design')
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 498a02c1e..ef59abb4d 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -658,21 +658,25 @@ body { color: #666; font-size: 90%; } - .log .date { + .log>.date { margin: 0 10px 0 0; padding: 5px 10px; border-radius: 20px; } - .log.error .date { + .log.error>.date { background: #e74c3c; color: #fff; } - .log.warning .date { + .log.warning>.date { background: #f39c12; } - .log.notice .date { + .log.notice>.date { background: #ecf0f1; } + .log.debug>.date { + background: #111; + color: #eee; + } .form-group table { border-collapse:collapse; |
