diff options
| -rw-r--r-- | public/themes/flat-design/freshrss.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css index 9880c830f..32dd72c42 100644 --- a/public/themes/flat-design/freshrss.css +++ b/public/themes/flat-design/freshrss.css @@ -111,13 +111,12 @@ body { .category .btn:first-child:not([data-unread="0"]):after { content: attr(data-unread); position: absolute; - top: 5px; right: 0px; + top: 5px; right: 5px; padding: 0 5px; color: #fff; font-size: 90%; background: #3498DB; - border-left: 3px solid #2980B9; - border-radius: 5px 0 0 5px; + border-radius: 5px; } .category + .feeds:not(.active) { display:none; |
