diff options
| author | 2013-05-12 19:21:39 +0200 | |
|---|---|---|
| committer | 2013-05-12 19:21:39 +0200 | |
| commit | 9e219cbf5014c8f4f52f3ca6722f7a20cdcc13dd (patch) | |
| tree | 61ca24126a92471febcf945b439fc335978fcb2b /public/theme | |
| parent | bf4552072418268470f81ba3883009da675800e4 (diff) | |
Fix issue #70 : lorsqu'on rencontre un problème avec un flux, on l'indique à l'utilisateur (couleur rouge)
Diffstat (limited to 'public/theme')
| -rw-r--r-- | public/theme/freshrss.css | 3 | ||||
| -rw-r--r-- | public/theme/global.css | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 3ab7177d5..d7370cb8a 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -114,6 +114,9 @@ line-height: 35px; float: right; } + .categories .feeds .item.error .feed { + color: #BD362F; + } .categories .feeds .item .feed { display: inline-block; margin: 0; diff --git a/public/theme/global.css b/public/theme/global.css index 99b335585..258d84baf 100644 --- a/public/theme/global.css +++ b/public/theme/global.css @@ -261,6 +261,13 @@ input, select, textarea { .nav.nav-list a:hover { text-decoration: none; } + .nav.nav-list .item.error a { + color: #BD362F; + } + .nav.nav-list .item.active.error a { + color: #fff; + background: #BD362F; + } .nav.nav-list .nav-header { padding: 0 10px; |
