diff options
| author | 2014-10-24 14:10:45 +0200 | |
|---|---|---|
| committer | 2014-10-24 14:10:45 +0200 | |
| commit | 62727b1d4f101fa328b57eda716803c2f7147d7b (patch) | |
| tree | 6de5597a76c29ba68354a1613829a0143b03e47a /p/themes/base-theme/base.css | |
| parent | fa0c7d75e6b9d01130f1c9518eef5f37d8e6d4ff (diff) | |
Fix Origine and base-theme themes for global view
See https://github.com/marienfressinaud/FreshRSS/issues/634
Diffstat (limited to 'p/themes/base-theme/base.css')
| -rw-r--r-- | p/themes/base-theme/base.css | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index 53f59bbe5..029c2d254 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -665,30 +665,30 @@ a.btn { /*=== GLOBAL VIEW */ /*================*/ -#stream.global .box-category { +.box.category .box-title .title { + font-weight: normal; + text-decoration: none; text-align: left; } -#stream.global .btn { - width: auto; - height: 2em; - margin: 0; - padding: 0 10px; - line-height: 2em; - font-size: 1.2rem; +.box.category:not([data-unread="0"]) .box-title { } -#stream.global .btn:not([data-unread="0"]) { - font-weight: bold; +.box.category:not([data-unread="0"]) .box-title:active { } -#stream.global .btn:first-child:not([data-unread="0"]):after { - top: 0; right: 5px; +.box.category:not([data-unread="0"]) .box-title .title { font-weight: bold; } -#stream.global .box-category .feeds { - max-height: 250px; +.box.category .title:not([data-unread="0"]):after { + position: absolute; + top: 5px; right: 10px; + border: 0; + background: none; + font-weight: bold; + box-shadow: none; + text-shadow: none; } -#stream.global .box-category .feeds .item { +.box.category .item.feed { padding: 2px 10px; - font-size: 0.9rem; + font-size: 0.8rem; } /*=== DIVERS */ |
